Update appveyor.yml

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

View File

@ -9,12 +9,15 @@ environment:
platform:
- x64
MAKE_DIR=C:/projects/lzw-assignment/build
shallow_clone: true
before_build:
- cmd: choco install make
build_script:
- cmd: set Path=%MAKE_DIR%;%Path%
- cmd: cd build
- cmd: cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmd: make