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
Showing only changes of commit 415bec7067 - Show all commits

View File

@ -28,4 +28,4 @@ jobs:
- name: Link assets
run: |
docker run --rm -v $PWD:/workdir ubuntu:noble /bin/bash -c "ls && cd .oat && ./Linker -v --load \"deps/iw5-zones/zone/english/code_post_gfx_mp.ff\" --menu-permissive --menu-no-optimization code_post_gfx_mp"
docker run --rm -v $PWD:/workdir ubuntu:noble /bin/bash -c "cd workdir && ls && cd .oat && ls