Updated appveyor.yml

This commit is contained in:
Phuntsok Drak-pa 2018-04-15 21:18:45 +02:00
parent 98730fcde8
commit 0a423c8c57
1 changed files with 5 additions and 7 deletions

View File

@ -11,11 +11,9 @@ platform:
shallow_clone: true shallow_clone: true
before_build:
- cmd: choco install make
build_script: build_script:
- cmd: set PATH=%PATH%;C:\ProgramData\chocolatey\lib\make\tools - cmd: |
- cmd: cd build set PATH=%PATH%;C:\ProgramData\chocolatey\lib\make\tools
- cmd: cmake -DCMAKE_BUILD_TYPE=Debug .. cd build
- cmd: msbuild *.sln cmake -DCMAKE_BUILD_TYPE=Debug ..
dir