build: more docker tests
All checks were successful
link / Link assets on Linux (push) Successful in 41s

This commit is contained in:
6arelyFuture 2024-03-26 19:04:22 +01:00
parent bf49cac516
commit dda60d0baa
2 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@ TEMP_DIR="/tmp/oat_download"
# Create temporary directory if it doesn't exist
mkdir -p "$TEMP_DIR"
# Create bin directory
mkdir -p "$/bin"
# Download the tar.gz file to the temporary directory
curl -L -o "${TEMP_DIR}/oat-linux.tar.gz" "$DOWNLOAD_URL"
@ -49,4 +52,4 @@ cd ..
cd ..
cd ..
Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp
Linker -v --load "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp

2
deps/iw5-zones vendored

@ -1 +1 @@
Subproject commit bd78584a7e72ac992ca6ba6aaabc933c44235909
Subproject commit d65f60376c6a92185e7e47b6dd160ada44a6a600