forked from FrozenSand/ioq3-for-UrbanTerror-4
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
29 lines (29 loc) · 871 Bytes
/
.travis.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
language:
- c
compiler:
- gcc
install:
- sudo apt-get update
- sudo apt-get install libsdl1.2-dev libxxf86vm-dev libxrandr-dev
- sudo apt-get install mingw-w64 gcc-mingw-w64-base gcc-mingw-w64 binutils-mingw-w64
script:
- make
- ./cross-make-mingw.sh
cache:
- apt
deploy:
provider: releases
api_key:
secure: 3j8Y8FC6bhx8U+m7jB9CX8P3BPeKHyxNUdpt2GNchIHA5C3vuHomck0MmxSWJNJyAoqT6bxGWxPIoIZneye0jCG0mA4VYDtCE6vfMDKxAmrJWMosDFIK47zlbV7DpLETA4a5qC23l8O313aKBJuapmvYYGzK0ZXwJvRapxFr6tE=
file:
- build/release-linux-x86_64/Quake3-UrT-Clear-Ded.x86_64
- build/release-linux-x86_64/Quake3-UrT-Clear.x86_64
- build/release-mingw32-x86/Quake3-UrT-Clear-Ded.x86.exe
- build/release-mingw32-x86/Quake3-UrT-Clear.x86.exe
skip_cleanup: true
on:
tags: true
all_branches: true
notifications:
on_success: always
on_failure: always