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 6 additions and 1 deletions
Showing only changes of commit 5f43ad0f65 - Show all commits

View File

@ -37,4 +37,9 @@ rm -rf "$TEMP_DIR"
echo "OpenAssetTools version $OAT_VERSION has been installed." echo "OpenAssetTools version $OAT_VERSION has been installed."
cd deps
ls
cd iw5-zones
ls
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

View File

@ -19,7 +19,7 @@ jobs:
# NOTE - If LFS ever starts getting used for storing zones, switch this to true! # NOTE - If LFS ever starts getting used for storing zones, switch this to true!
lfs: false lfs: false
- name: Test Docker - name: Link assets
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with:
image: ubuntu:noble image: ubuntu:noble