mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Add appveyor
This commit is contained in:
parent
4538ba1c19
commit
81d31cdbd1
28
appveyor.yml
Normal file
28
appveyor.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
version: 1.0.{build}
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- os: Visual Studio 2013
|
||||||
|
GENERATOR_NAME: "Visual Studio 12 2013"
|
||||||
|
- os: Visual Studio 2015
|
||||||
|
GENERATOR_NAME: "Visual Studio 14 2015"
|
||||||
|
# TODO: Uncomment when AppVeyor will provide XP toolchain for VS2017
|
||||||
|
# - os: Visual Studio 2017
|
||||||
|
# GENERATOR_NAME: "Visual Studio 15 2017"
|
||||||
|
|
||||||
|
clone_folder: c:\projects\xash\hlsdk-xash3d
|
||||||
|
|
||||||
|
build:
|
||||||
|
project: INSTALL.vcxproj
|
||||||
|
verbosity: normal
|
||||||
|
|
||||||
|
configuration:
|
||||||
|
- Debug
|
||||||
|
|
||||||
|
before_build:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
- cmake -G "%GENERATOR_NAME%"
|
Loading…
x
Reference in New Issue
Block a user