Update appveyor.yml

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

View File

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