Actually build ctf

This commit is contained in:
Ewout ter Hoeven 2019-01-23 12:25:15 +01:00 committed by GitHub
parent ae9c0f49b8
commit 080e7d88da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +1,15 @@
image: Visual Studio 2017 image: Visual Studio 2017
configuration: Release configuration: Release
before_build: install:
- cmd: |- ## Prepare .sln with cmake
cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
mkdir cmake_build - mkdir cmake_build
cd cmake_build - cd cmake_build
cmake --version - cmake --version
- cmake c:\projects\ctf
build_script: cmake c:\projects\ctf build_script: msbuild "C:\projects\ctf\cmake_build\ctf.sln"
artifacts: artifacts:
- path: cmake_build\Release\**\*.* - path: cmake_build\Release\**\*.*
- path: cmake_build\Release\*.*
- path: cmake_build\**\*.lib
- path: cmake_build\**\*.zip