From dda60d0baa3bae5465bc16b610b897de8405d394 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Tue, 26 Mar 2024 19:04:22 +0100 Subject: [PATCH] build: more docker tests --- .gitea/scripts/ci.sh | 5 ++++- deps/iw5-zones | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/scripts/ci.sh b/.gitea/scripts/ci.sh index 6e7c9a2..84dab8e 100755 --- a/.gitea/scripts/ci.sh +++ b/.gitea/scripts/ci.sh @@ -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 diff --git a/deps/iw5-zones b/deps/iw5-zones index bd78584..d65f603 160000 --- a/deps/iw5-zones +++ b/deps/iw5-zones @@ -1 +1 @@ -Subproject commit bd78584a7e72ac992ca6ba6aaabc933c44235909 +Subproject commit d65f60376c6a92185e7e47b6dd160ada44a6a600