lzw-assignment/appveyor.yml

17 lines
381 B
YAML
Raw Normal View History

2018-04-15 19:23:41 +00:00
# version: '{branch}-{build}'
2018-04-15 16:27:26 +00:00
environment:
matrix:
2018-04-15 16:28:48 +00:00
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
MSVC_GENERATOR: Visual Studio 15 2017
MSVC_GENERATOR_SHORT: VS2017
2018-04-15 16:27:26 +00:00
shallow_clone: true
build_script:
2018-04-15 19:18:45 +00:00
- cmd: |
set PATH=%PATH%;C:\ProgramData\chocolatey\lib\make\tools
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
2018-04-15 19:21:36 +00:00
msbuild projet_lzw.sln