appveyor test final : building all the samples
This commit is contained in:
parent
3f474bbb4e
commit
9df71dd564
|
@ -10,7 +10,7 @@ clone_folder: c:\projects\vcglib
|
||||||
# Build Configuration, i.e. Debug, Release, etc.
|
# Build Configuration, i.e. Debug, Release, etc.
|
||||||
configuration:
|
configuration:
|
||||||
- release
|
- release
|
||||||
- debug
|
# - debug
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -51,9 +51,9 @@ build_script:
|
||||||
# Go to clone directory
|
# Go to clone directory
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
- cd apps
|
- cd apps
|
||||||
- cd tridecimator
|
- cd sample
|
||||||
# Run qmake
|
# Run qmake
|
||||||
- qmake tridecimator.pro -r -spec %SPEC% "CONFIG+=%CONFIGURATION%"
|
- qmake sample.pro -r -spec %SPEC% "CONFIG+=%CONFIGURATION%"
|
||||||
# Run compiler
|
# Run compiler
|
||||||
#- '%COMPILER%'
|
#- '%COMPILER%'
|
||||||
- call %COMPILER%
|
- call %COMPILER%
|
||||||
|
|
Loading…
Reference in New Issue