Update appveyor.yml

This commit is contained in:
Phuntsok Drak-pa 2018-04-15 18:41:32 +02:00 committed by GitHub
parent d43f2b9dc3
commit d1f5c47f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ platform:
shallow_clone: true
before_build:
- cmd: choco install make
build_script:
- cmd: cd build
- cmd: cmake -DCMAKE_BUILD_TYPE=Debug ..