mirror of
https://github.com/yquake2/ctf.git
synced 2025-05-11 02:50:38 +00:00
Actually build ctf
This commit is contained in:
parent
ae9c0f49b8
commit
080e7d88da
1 changed files with 8 additions and 11 deletions
19
appveyor.yml
19
appveyor.yml
|
@ -1,18 +1,15 @@
|
|||
image: Visual Studio 2017
|
||||
configuration: Release
|
||||
|
||||
before_build:
|
||||
- cmd: |-
|
||||
cd %APPVEYOR_BUILD_FOLDER%
|
||||
mkdir cmake_build
|
||||
cd cmake_build
|
||||
cmake --version
|
||||
install:
|
||||
## Prepare .sln with cmake
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- mkdir cmake_build
|
||||
- cd cmake_build
|
||||
- cmake --version
|
||||
- cmake c:\projects\ctf
|
||||
|
||||
build_script: cmake c:\projects\ctf
|
||||
build_script: msbuild "C:\projects\ctf\cmake_build\ctf.sln"
|
||||
|
||||
artifacts:
|
||||
- path: cmake_build\Release\**\*.*
|
||||
- path: cmake_build\Release\*.*
|
||||
- path: cmake_build\**\*.lib
|
||||
- path: cmake_build\**\*.zip
|
||||
|
||||
|
|
Loading…
Reference in a new issue