This commit is contained in:
parent
d3ab8db2d8
commit
ab6c7683c4
@ -14,11 +14,14 @@ steps:
|
|||||||
- mkdir $DOWNLOAD_LOCATION
|
- mkdir $DOWNLOAD_LOCATION
|
||||||
- wget -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
|
- wget -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
|
||||||
- ls $DOWNLOAD_LOCATION
|
- ls $DOWNLOAD_LOCATION
|
||||||
|
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
|
||||||
|
- ls $DOWNLOAD_LOCATION
|
||||||
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME \
|
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME \
|
||||||
addons/sourcemod/scripting/include \
|
addons/sourcemod/scripting/include \
|
||||||
addons/sourcemod/scripting/spcomp \
|
addons/sourcemod/scripting/spcomp \
|
||||||
addons/sourcemod/scripting/spcomp64 \
|
addons/sourcemod/scripting/spcomp64 \
|
||||||
addons/sourcemod/scripting/compile.sh
|
addons/sourcemod/scripting/compile.sh
|
||||||
|
- exit 2
|
||||||
- name: build
|
- name: build
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user