appveyor test 10

This commit is contained in:
Paolo Cignoni 2017-04-02 19:14:26 +02:00
parent f0d725e760
commit 3f474bbb4e
1 changed files with 3 additions and 1 deletions

View File

@ -50,8 +50,10 @@ before_build:
build_script: build_script:
# Go to clone directory # Go to clone directory
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- cd apps
- cd tridecimator
# Run qmake # Run qmake
- qmake Project.pro -r -spec %SPEC% "CONFIG+=%CONFIGURATION%" - qmake tridecimator.pro -r -spec %SPEC% "CONFIG+=%CONFIGURATION%"
# Run compiler # Run compiler
#- '%COMPILER%' #- '%COMPILER%'
- call %COMPILER% - call %COMPILER%