build: add CI (using Docker) #2

Merged
Future merged 57 commits from build/ci-docker into main 2024-03-26 18:18:35 +00:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit dda60d0baa - Show all commits

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