forked from vgstation-coders/vgstation13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
36 lines (31 loc) · 926 Bytes
/
.gitlab-ci.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
36
before_script:
- $wololo
- BYOND_MAJOR="508"
- BYOND_MINOR="1293"
- apt-get update
- apt-get --yes install build-essential unzip lib32stdc++6 gcc-multilib
- curl "http://www.byond.com/download/build/${BYOND_MAJOR}/${BYOND_MAJOR}.${BYOND_MINOR}_byond_linux.zip" -o byond.zip
- unzip byond.zip
- cd byond
- make install
- cd ..
# notifications:
# irc:
# channels:
# - "irc.rizon.net#vgstation"
# template:
# - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
# - "Change view : %{compare_url}"
# - "Build details : %{build_url}"
tgstation:
type: build
script: "bash dm.sh -Mtgstation vgstation13.dme"
metaclub:
type: build
script: "bash dm.sh -Mmetaclub vgstation13.dme"
defficiency:
type: build
script: "bash dm.sh -Mdefficiency vgstation13.dme"
taxistation:
type: build
script: "bash dm.sh -Mtaxistation vgstation13.dme"