From 3b1af64397edc4a766871704c940c62042703aef Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Thu, 18 Jun 2020 23:13:29 +0800 Subject: [PATCH] fix(CI): since KDE are using their new GitLab instance --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 44937e3..97ac53f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ build_script: - cinst ninja # install ECM so we can build KImageFormats - cd 3rdparty - - git clone -q git://anongit.kde.org/extra-cmake-modules.git + - git clone -q https://invent.kde.org/frameworks/extra-cmake-modules.git - cd extra-cmake-modules - cmake -G "Ninja" . -DCMAKE_INSTALL_PREFIX=%CMAKE_INSTALL_ROOT% - cmake --build . @@ -25,7 +25,7 @@ build_script: - cd %APPVEYOR_BUILD_FOLDER% # install KImageFormats - cd 3rdparty - - git clone git://anongit.kde.org/kimageformats.git + - git clone -q https://invent.kde.org/frameworks/kimageformats.git - cd kimageformats - mkdir build - cd build