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 1ec3571fcc - Show all commits

View File

@ -15,12 +15,12 @@ steps:
- 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
- mv -v $SOURCEMOD_SCR_DIR/include scripting - mv -v $SOURCEMOD_SCR_DIR/include scripting && \
- mv -v $SOURCEMOD_SCR_DIR/spcomp scripting mv -v $SOURCEMOD_SCR_DIR/spcomp scripting && \
- mv -v $SOURCEMOD_SCR_DIR/spcomp64 scripting mv -v $SOURCEMOD_SCR_DIR/spcomp64 scripting && \
- mv -v $SOURCEMOD_SCR_DIR/compile.sh scripting mv -v $SOURCEMOD_SCR_DIR/compile.sh scripting
- rm -r addons - rm -r addons
- name: build - name: build
image: debian:bookworm image: debian:bookworm
commands: commands:
- bash scripting/compile.sh - cd scripting && bash compile.sh