i understand it now
Some checks failed
ci/woodpecker/push/test-build Pipeline failed

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-30 13:53:22 +07:00
parent 88e40fc2a1
commit 6d7824a269

View File

@ -11,7 +11,8 @@ steps:
SOURCEMOD_FILENAME: sourcemod.tar.gz SOURCEMOD_FILENAME: sourcemod.tar.gz
SOURCEMOD_SCR_DIR: addons/sourcemod/scripting SOURCEMOD_SCR_DIR: addons/sourcemod/scripting
commands: 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 - 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
@ -23,8 +24,4 @@ steps:
- name: build - name: build
image: debian:bookworm image: debian:bookworm
commands: commands:
- cd scripting - bash scripting/compile.sh
- ls
- chmod +x spcomp
- ./spcomp
- bash compile.sh