debug 1
Some checks failed
ci/woodpecker/push/test-build Pipeline failed

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-30 12:12:47 +07:00
parent ab6c7683c4
commit 727e4e8e09

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: