Update appveyor.yml

This commit is contained in:
Phuntsok Drak-pa 2018-04-15 18:50:35 +02:00 committed by GitHub
parent cb5a1e4ce7
commit 9d9fee1941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ 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: C:\ProgramData\chocolatey\lib\make\tools\make.exe
- cmd: make