forked from FWGS/xash3d
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
35 lines (26 loc) · 959 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: 1.0.{build}
branches:
only:
- master
os: Windows Server 2012
clone_folder: c:\projects\xash\xash3d
build:
project: xash.sln
verbosity: normal
before_build:
- mkdir C:\projects\xash\SDL2
- appveyor DownloadFile https://www.libsdl.org/release/SDL2-devel-2.0.3-VC.zip
- 7z x SDL2-devel-2.0.3-VC.zip -oc:\projects\xash
- cd c:\projects\xash
- rmdir SDL2 /s /q
- ren SDL2-2.0.3 SDL2
- git clone -q --branch=master https://github.com/SDLash3D/halflife.git C:\projects\xash\halflife
- git clone -q --branch=master https://github.com/SDLash3D/XashXT.git C:\projects\xash\XashXT
- cd c:\projects\xash\xash3d
after_build:
- move C:\projects\xash\SDL2\lib\x86\*.* c:\projects\xash\xash3d\Debug
- 7z a -tzip xash3d-win.zip c:\projects\xash\xash3d\Debug
- curl --upload-file xash3d-win.zip https://transfer.sh/xash3d-win.zip
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/29ef45a57585978bf71a