From f85ec7ccee97da5158d313dd4a77dab887d2b52e Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 20 Jun 2019 17:24:52 +0100 Subject: [PATCH] Update source code repo location --- Mainpage.dox | 2 +- appveyor.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Mainpage.dox b/Mainpage.dox index 2459c74d..9aae379c 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -73,7 +73,7 @@ namespace Grantlee The %Grantlee project mailing list is kde-pim@kde.org, and the IRC channel is \#grantlee on freenode. - The source repository is located at http://gitorious.org/grantlee + The source repository is located at https://github.com/steveire/grantlee - Existing bugs https://bugs.kde.org/buglist.cgi?product=grantlee - File new bug https://bugs.kde.org/enter_bug.cgi?product=grantlee diff --git a/appveyor.yml b/appveyor.yml index d31c70a3..2c67fd88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,10 @@ clone_folder: c:\dev\grantlee environment: matrix: + - CMAKE_GENERATOR: "NMake Makefiles JOM" + QT5: C:\Qt\5.6\msvc2015 + PLATFORM: X86 + VCVARSALL: "%VS140COMNTOOLS%/../../VC/vcvarsall.bat" - CMAKE_GENERATOR: "Ninja" QT5: C:\Qt\5.6\msvc2015 PLATFORM: X86 @@ -27,10 +31,6 @@ environment: QT5: C:\Qt\5.6\msvc2015_64 PLATFORM: X64 VCVARSALL: "%VS140COMNTOOLS%/../../VC/vcvarsall.bat" - - CMAKE_GENERATOR: "NMake Makefiles JOM" - QT5: C:\Qt\5.6\msvc2015 - PLATFORM: X86 - VCVARSALL: "%VS140COMNTOOLS%/../../VC/vcvarsall.bat" - CMAKE_GENERATOR: "NMake Makefiles JOM" QT5: C:\Qt\5.6\msvc2015_64 PLATFORM: X64