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
before_build:
- cmd: choco install make
build_script:
- cmd: set PATH=%PATH%;C:\ProgramData\chocolatey\lib\make\tools
- cmd: cd build
- cmd: cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmd: msbuild *.sln
- cmd: |
set PATH=%PATH%;C:\ProgramData\chocolatey\lib\make\tools
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
dir