Compare commits
10 Commits
ddc87eaea1
...
f9f511ebf4
Author | SHA1 | Date | |
---|---|---|---|
f9f511ebf4 | |||
dea43a249d | |||
c561e199ac | |||
d72c157377 | |||
48c8b4d8c7 | |||
abad35f410 | |||
6cc8823505 | |||
ddbb7d5030 | |||
87c5859ef8 | |||
77846aa874 |
@ -16,16 +16,11 @@ 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
|
||||
- name: Test Docker
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
version: "0.10.0"
|
||||
|
||||
- name: Link assets
|
||||
run: |
|
||||
docker run --rm -v $PWD:/workdir --workdir /workdir ubuntu:noble ./.OAT/Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp
|
||||
image: ubuntu:noble
|
||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
./test.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user