please build
Some checks failed
ci/woodpecker/push/test-build Pipeline failed

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-30 12:37:46 +07:00
parent 83a4ae6d26
commit 1ec3571fcc

View File

@ -15,12 +15,12 @@ steps:
- mkdir $DOWNLOAD_LOCATION
- wget -q -O $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME $SOURCEMOD_DOWNLOAD_URL
- tar -zxvf $DOWNLOAD_LOCATION/$SOURCEMOD_FILENAME
- mv -v $SOURCEMOD_SCR_DIR/include scripting
- mv -v $SOURCEMOD_SCR_DIR/spcomp scripting
- mv -v $SOURCEMOD_SCR_DIR/spcomp64 scripting
- mv -v $SOURCEMOD_SCR_DIR/compile.sh scripting
- mv -v $SOURCEMOD_SCR_DIR/include scripting && \
mv -v $SOURCEMOD_SCR_DIR/spcomp scripting && \
mv -v $SOURCEMOD_SCR_DIR/spcomp64 scripting && \
mv -v $SOURCEMOD_SCR_DIR/compile.sh scripting
- rm -r addons
- name: build
image: debian:bookworm
commands:
- bash scripting/compile.sh
- cd scripting && bash compile.sh