Update appveyor.yml

This commit is contained in:
Phuntsok Drak-pa 2018-04-15 18:37:27 +02:00 committed by GitHub
parent 52ba0de9ec
commit d43f2b9dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -5,9 +5,6 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
MSVC_GENERATOR: Visual Studio 15 2017
MSVC_GENERATOR_SHORT: VS2017
configuration:
- Debug
platform:
- x64
@ -16,5 +13,5 @@ shallow_clone: true
build_script:
- cmd: cd build
- cmd: cmake -DCMAKE_BUILD_TYPE=%configuration% ..
- cmd: make
- cmd: cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmd: cmake --build