commit 663ed502b8a3d331158555162d7c4a4f8615315e
parent b4eb05536a535b77e47af685393fc3b9e1951a27
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 22 Aug 2017 00:13:05 +0200
Fix appveyor
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
@@ -1,12 +1,13 @@
version: 1.0.{build}
clone_depth: 1
-clone_folder: C:\work\src\github.com\therecipe\qt
+clone_folder: C:\work\src\github.com\MTRNord\Neo
install:
- cmd: >-
set PATH=%PATH%;C:\Qt\Qt5.8.0\Tools\mingw530_32\bin
set GOPATH=C:\work
+ go get -u -v github.com/therecipe/qt/internal/...
set QT=qt-opensource-windows-x86-android-5.8.0.exe
@@ -22,8 +23,6 @@ install:
build_script:
- cmd: >-
- go get -v github.com/Nordgedanken/Neo
-
cd %GOPATH%\src\github.com\Nordgedanken\Neo
-
+
%GOPATH%\bin\qtdeploy test desktop