appveyor test final : building all the samples

This commit is contained in:
Paolo Cignoni 2017-04-02 19:25:01 +02:00
parent 3f474bbb4e
commit 9df71dd564
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ clone_folder: c:\projects\vcglib
# Build Configuration, i.e. Debug, Release, etc.
configuration:
- release
- debug
# - debug
environment:
matrix:
@ -51,9 +51,9 @@ build_script:
# Go to clone directory
- cd %APPVEYOR_BUILD_FOLDER%
- cd apps
- cd tridecimator
- cd sample
# Run qmake
- qmake tridecimator.pro -r -spec %SPEC% "CONFIG+=%CONFIGURATION%"
- qmake sample.pro -r -spec %SPEC% "CONFIG+=%CONFIGURATION%"
# Run compiler
#- '%COMPILER%'
- call %COMPILER%