Skip to content

Commit

Permalink
Update source code repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
steveire committed Jul 18, 2019
1 parent 7ff9e55 commit f85ec7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace Grantlee

The %Grantlee project mailing list is [email protected], 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
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f85ec7c

Please sign in to comment.