appveyor test 8

This commit is contained in:
Paolo Cignoni 2017-04-02 19:01:11 +02:00
parent 8fd90a142f
commit 6eb9d00521
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ image: Visual Studio 2015
# clone directory # clone directory
clone_folder: c:\projects\vcglib clone_folder: c:\projects\vcglib
# build Configuration, i.e. Debug, Release, etc. # build Configuration, i.e. Debug, Release, etc.
configuration: Release #configuration: Release
install: install:
- set QTDIR=C:\Qt\5.8\msvc2015_64 - set QTDIR=C:\Qt\5.8\msvc2015_64
@ -18,5 +18,5 @@ install:
# 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 -d -tp vc - qmake -tp vc
- msbuild - msbuild