This commit is contained in:
parent
f980055d35
commit
7c0ad381d5
@ -12,7 +12,7 @@ steps:
|
|||||||
SOURCEMOD_SCR_DIR: addons/sourcemod/scripting
|
SOURCEMOD_SCR_DIR: addons/sourcemod/scripting
|
||||||
commands:
|
commands:
|
||||||
- dpkg --add-architecture i386
|
- dpkg --add-architecture i386
|
||||||
- apt update && apt install -y lib32stdc++6 libc6:i386 libstdc++6:i386 wget
|
- apt update && apt install -y wget
|
||||||
- mkdir $DOWNLOAD_LOCATION
|
- mkdir $DOWNLOAD_LOCATION
|
||||||
- wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
|
- wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
|
||||||
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
|
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
|
||||||
@ -24,5 +24,5 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
commands:
|
commands:
|
||||||
- ldd scripting/spcomp
|
- apt update && apt install -y lib32stdc++6
|
||||||
- bash scripting/compile.sh
|
- bash scripting/compile.sh
|
Loading…
x
Reference in New Issue
Block a user