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 727e4e8e09 - Show all commits

View File

@ -12,16 +12,15 @@ steps:
commands: commands:
- apt update && apt install -y lib32stdc++6 wget - apt update && apt install -y lib32stdc++6 wget
- mkdir $DOWNLOAD_LOCATION - mkdir $DOWNLOAD_LOCATION
- wget -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL - wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
- ls $DOWNLOAD_LOCATION - ls $DOWNLOAD_LOCATION
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME - tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
- ls $DOWNLOAD_LOCATION - ls
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME \ - tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME \
addons/sourcemod/scripting/include \ addons/sourcemod/scripting/include \
addons/sourcemod/scripting/spcomp \ addons/sourcemod/scripting/spcomp \
addons/sourcemod/scripting/spcomp64 \ addons/sourcemod/scripting/spcomp64 \
addons/sourcemod/scripting/compile.sh addons/sourcemod/scripting/compile.sh
- exit 2
- name: build - name: build
image: debian:bookworm image: debian:bookworm
commands: commands: