Compare commits

...

19 Commits

Author SHA1 Message Date
ddc87eaea1 build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 23:13:14 +01:00
11b3b3f9d7 build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:11:38 +01:00
974b3175be build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:10:12 +01:00
01838dbc9c build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:08:41 +01:00
156c7dbd5d build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:07:47 +01:00
5888cb589b build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:07:06 +01:00
04de54ce83 build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:06:32 +01:00
3ec6bc8961 build: bruh
Some checks failed
link / Link assets on Linux (push) Failing after 8s
2024-03-25 23:05:42 +01:00
bbdfc07340 build: bruh
Some checks failed
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:04:45 +01:00
12a945915c build: bruh
Some checks failed
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:03:49 +01:00
68b1297f46 build: go back to this method?
Some checks failed
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:02:54 +01:00
f38a566009 build: test test
All checks were successful
link / Link assets on Linux (push) Successful in 47s
2024-03-25 22:59:49 +01:00
33d5efd6ee build: I cant copy paste from myself it seems
Some checks failed
link / Link assets on Linux (push) Failing after 40s
2024-03-25 22:57:30 +01:00
3fc1614224 build: I try AI stuff again + copy pasted from myself
Some checks failed
link / Link assets on Linux (push) Has been cancelled
2024-03-25 22:57:01 +01:00
c286a77df3 build: I test AI shit now (my mistake)
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:53:30 +01:00
415bec7067 build: I test AI shit now (2)
Some checks failed
link / Link assets on Linux (push) Failing after 40s
2024-03-25 22:52:33 +01:00
270d69b6f3 build: I test AI shit now
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:49:16 +01:00
87cdfc6f60 build: I let the AI do this one
Some checks failed
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:47:48 +01:00
50b3049c93 build: test out cursed CI
Some checks failed
link / Link assets on Linux (push) Failing after 53s
2024-03-25 22:43:13 +01:00
3 changed files with 35 additions and 0 deletions

31
.gitea/workflows/link.yml Normal file
View File

@ -0,0 +1,31 @@
name: link
on: [push]
jobs:
link-linux:
name: Link assets on Linux
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
# 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 ./.OAT/Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "deps/iw5-zones"]
path = deps/iw5-zones
url = https://git.alterware.dev/AlterWare/iw5-zones.git

1
deps/iw5-zones vendored Submodule

Submodule deps/iw5-zones added at bd78584a7e