appveyor test 6
This commit is contained in:
parent
7d6f099583
commit
4e2413f0ae
|
@ -10,12 +10,12 @@ clone_folder: c:\projects\vcglib
|
||||||
# build Configuration, i.e. Debug, Release, etc.
|
# build Configuration, i.e. Debug, Release, etc.
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
# scripts to run before build
|
install:
|
||||||
before_build:
|
- set QTDIR=C:\Qt\5.8\msvc2015_64
|
||||||
ps: cd apps/tridecimator
|
- set PATH=%PATH%;%QTDIR%\bin;C:\MinGW\bin
|
||||||
|
|
||||||
|
|
||||||
# to run your custom scripts instead of automatic MSBuild
|
# to run your custom scripts instead of automatic MSBuild
|
||||||
build_script:
|
build_script:
|
||||||
- ps: qmake
|
- cd apps/tridecimator
|
||||||
- ps: msbuild
|
- qmake
|
||||||
|
- msbuild
|
Loading…
Reference in New Issue