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 6d7824a269 - Show all commits

View File

@ -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