build: add CI (using Docker) #2
| @@ -16,16 +16,16 @@ jobs: | ||||
|           # NOTE - If LFS ever starts getting used for storing zones, switch this to true! | ||||
|           lfs: false | ||||
|  | ||||
|       - name: Install Docker | ||||
|         run: | | ||||
|           curl -fsSL https://get.docker.com -o get-docker.sh | ||||
|           sh get-docker.sh | ||||
|  | ||||
|       - name: Setup OAT | ||||
|         uses: diamante0018/setup-oat@main | ||||
|         with: | ||||
|           version: "0.10.0" | ||||
|  | ||||
|       - name: Link assets | ||||
|         run: | | ||||
|           docker run --rm -v $PWD:/workdir --workdir /workdir ubuntu:noble /bin/bash -c "ls" | ||||
|         uses: addnab/docker-run-action@v3 | ||||
|         with: | ||||
|           image: ubuntu:noble | ||||
|           options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} | ||||
|           run: | | ||||
|             cd ${{ github.workspace }} | ||||
|             ./.oat/Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp | ||||
|   | ||||
		Reference in New Issue
	
	Block a user