Compare commits

...

10 Commits

Author SHA1 Message Date
f9f511ebf4 balls
All checks were successful
link / Link assets on Linux (push) Successful in 7s
2024-03-26 17:37:23 +01:00
dea43a249d build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 41s
2024-03-25 23:30:20 +01:00
c561e199ac build: Testing AI theories
All checks were successful
link / Link assets on Linux (push) Successful in 40s
2024-03-25 23:27:36 +01:00
d72c157377 build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 41s
2024-03-25 23:26:18 +01:00
48c8b4d8c7 build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 41s
2024-03-25 23:24:22 +01:00
abad35f410 build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 39s
2024-03-25 23:22:58 +01:00
6cc8823505 build: Testing AI theories
Some checks failed
link / Link assets on Linux (push) Failing after 40s
2024-03-25 23:22:15 +01:00
ddbb7d5030 build: maybe now IT SHOWS???
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 23:19:47 +01:00
87c5859ef8 build: maybe now IT SHOWS???
Some checks failed
link / Link assets on Linux (push) Failing after 40s
2024-03-25 23:17:31 +01:00
77846aa874 build: maybe now IT SHOWS???
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 23:15:47 +01:00
2 changed files with 10 additions and 12 deletions

View File

@ -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

3
test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo "hello"