This commit is contained in:
parent
88e40fc2a1
commit
6d7824a269
@ -11,7 +11,8 @@ steps:
|
||||
SOURCEMOD_FILENAME: sourcemod.tar.gz
|
||||
SOURCEMOD_SCR_DIR: addons/sourcemod/scripting
|
||||
commands:
|
||||
- apt update && apt install -y lib32stdc++6 wget
|
||||
- dpkg --add-architecture i386
|
||||
- apt update && apt install -y lib32stdc++6 libc6:i386 libstdc++6:i386 wget
|
||||
- mkdir $DOWNLOAD_LOCATION
|
||||
- wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
|
||||
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
|
||||
@ -23,8 +24,4 @@ steps:
|
||||
- name: build
|
||||
image: debian:bookworm
|
||||
commands:
|
||||
- cd scripting
|
||||
- ls
|
||||
- chmod +x spcomp
|
||||
- ./spcomp
|
||||
- bash compile.sh
|
||||
- bash scripting/compile.sh
|
Loading…
x
Reference in New Issue
Block a user