build: more docker tests
All checks were successful
link / Link assets on Linux (push) Successful in 5m24s
All checks were successful
link / Link assets on Linux (push) Successful in 5m24s
This commit is contained in:
parent
dda60d0baa
commit
3ee7835dfc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user