appveyor test 7

This commit is contained in:
Paolo Cignoni 2017-04-02 18:58:29 +02:00
parent 4e2413f0ae
commit 8fd90a142f
1 changed files with 3 additions and 2 deletions

View File

@ -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