mirror of
https://github.com/yquake2/ctf.git
synced 2025-05-11 19:10:37 +00:00
Create appveyor.tml
This commit is contained in:
parent
08a9c4fdc1
commit
2af6b58a52
1 changed files with 18 additions and 0 deletions
18
appveyor.tml
Normal file
18
appveyor.tml
Normal 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
|
||||
|
Loading…
Reference in a new issue