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

View File

@ -42,4 +42,4 @@ 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,6 +19,10 @@ jobs:
# NOTE - If LFS ever starts getting used for storing zones, switch this to true!
lfs: false
- name: Make sure we have the deps
run: |
git submodule update --init --recursive
- name: Link assets
uses: addnab/docker-run-action@v3
with: