nothing in this envirnoment is making sense
Some checks failed
ci/woodpecker/push/test-build Pipeline failed

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-30 12:40:07 +07:00
parent 1ec3571fcc
commit 2a32bd27ba

View File

@ -15,10 +15,10 @@ 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