Add woodpecker pipeline #1

Merged
nomi-nonsz merged 21 commits from new/woodpecker-pipeline into main 2025-07-30 15:18:31 +08:00
Showing only changes of commit 7c0ad381d5 - Show all commits

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