appveyor test 7
This commit is contained in:
parent
4e2413f0ae
commit
8fd90a142f
|
|
@ -12,10 +12,11 @@ configuration: Release
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set QTDIR=C:\Qt\5.8\msvc2015_64
|
- set QTDIR=C:\Qt\5.8\msvc2015_64
|
||||||
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
|
- set PATH=%PATH%;%QTDIR%\bin
|
||||||
|
- set QMAKESPEC=win32-msvc2015
|
||||||
|
|
||||||
# to run your custom scripts instead of automatic MSBuild
|
# to run your custom scripts instead of automatic MSBuild
|
||||||
build_script:
|
build_script:
|
||||||
- cd apps/tridecimator
|
- cd apps/tridecimator
|
||||||
- qmake
|
- qmake -d -tp vc
|
||||||
- msbuild
|
- msbuild
|
||||||
Loading…
Reference in New Issue