please build 2
All checks were successful
ci/woodpecker/push/test-build Pipeline was successful

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-30 14:14:07 +07:00
parent f980055d35
commit 7c0ad381d5

View File

@ -12,7 +12,7 @@ steps:
SOURCEMOD_SCR_DIR: addons/sourcemod/scripting
commands:
- 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
- wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
@ -24,5 +24,5 @@ steps:
- name: build
image: debian:bookworm
commands:
- ldd scripting/spcomp
- apt update && apt install -y lib32stdc++6
- bash scripting/compile.sh