appveyor test 10
This commit is contained in:
parent
f0d725e760
commit
3f474bbb4e
|
@ -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%
|
||||||
|
|
Loading…
Reference in New Issue