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
4 changed files with 88 additions and 0 deletions
Showing only changes of commit 3ee7835dfc - Show all commits

View File

@ -22,9 +22,6 @@ 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"
@ -40,16 +37,6 @@ rm -rf "$TEMP_DIR"
echo "OpenAssetTools version $OAT_VERSION has been installed."
cd deps
cd iw5-zones
cd zone
cd english
ls
file code_post_gfx_mp.ff
cd ..
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/localized_ui_mp.ff" --menu-permissive --menu-no-optimization localized_ui_mp

View File

@ -39,3 +39,4 @@ jobs:
name: assets
path: |
zone_out/code_post_gfx_mp/code_post_gfx_mp.ff
zone_out/code_post_gfx_mp/localized_ui_mp.ff