Create appveyor.tml

This commit is contained in:
Ewout ter Hoeven 2019-01-22 10:56:54 +01:00 committed by GitHub
parent 08a9c4fdc1
commit 2af6b58a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
appveyor.tml Normal file
View file

@ -0,0 +1,18 @@
image: Visual Studio 2017
configuration: Release
before_build:
- cmd: |-
cd %APPVEYOR_BUILD_FOLDER%
mkdir cmake_build
cd cmake_build
cmake --version
build_script: cmake c:\projects\ctf
artifacts:
- path: cmake_build\Release\**\*.*
- path: cmake_build\Release\*.*
- path: cmake_build\**\*.exe
- path: cmake_build\**\*.lib