build: add CI (using Docker) #2
@ -22,6 +22,9 @@ TEMP_DIR="/tmp/oat_download"
|
|||||||
# Create temporary directory if it doesn't exist
|
# Create temporary directory if it doesn't exist
|
||||||
mkdir -p "$TEMP_DIR"
|
mkdir -p "$TEMP_DIR"
|
||||||
|
|
||||||
|
# Create bin directory
|
||||||
|
mkdir -p "$/bin"
|
||||||
|
|
||||||
# Download the tar.gz file to the temporary directory
|
# Download the tar.gz file to the temporary directory
|
||||||
curl -L -o "${TEMP_DIR}/oat-linux.tar.gz" "$DOWNLOAD_URL"
|
curl -L -o "${TEMP_DIR}/oat-linux.tar.gz" "$DOWNLOAD_URL"
|
||||||
|
|
||||||
@ -49,4 +52,4 @@ cd ..
|
|||||||
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/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp
|
||||||
|
2
deps/iw5-zones
vendored
2
deps/iw5-zones
vendored
@ -1 +1 @@
|
|||||||
Subproject commit bd78584a7e72ac992ca6ba6aaabc933c44235909
|
Subproject commit d65f60376c6a92185e7e47b6dd160ada44a6a600
|
Loading…
x
Reference in New Issue
Block a user