Compare commits

...
19 Commits
Author SHA1 Message Date
Future ddc87eaea1 build: maybe now?
link / Link assets on Linux (push) Failing after 42s
2024-03-25 23:13:14 +01:00
Future 11b3b3f9d7 build: maybe now?
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:11:38 +01:00
Future 974b3175be build: maybe now?
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:10:12 +01:00
Future 01838dbc9c build: maybe now?
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:08:41 +01:00
Future 156c7dbd5d build: maybe now?
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:07:47 +01:00
Future 5888cb589b build: maybe now?
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:07:06 +01:00
Future 04de54ce83 build: maybe now?
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:06:32 +01:00
Future 3ec6bc8961 build: bruh
link / Link assets on Linux (push) Failing after 8s
2024-03-25 23:05:42 +01:00
Future bbdfc07340 build: bruh
link / Link assets on Linux (push) Failing after 9s
2024-03-25 23:04:45 +01:00
Future 12a945915c build: bruh
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:03:49 +01:00
Future 68b1297f46 build: go back to this method?
link / Link assets on Linux (push) Failing after 10s
2024-03-25 23:02:54 +01:00
Future f38a566009 build: test test
link / Link assets on Linux (push) Successful in 47s
2024-03-25 22:59:49 +01:00
Future 33d5efd6ee build: I cant copy paste from myself it seems
link / Link assets on Linux (push) Failing after 40s
2024-03-25 22:57:30 +01:00
Future 3fc1614224 build: I try AI stuff again + copy pasted from myself
link / Link assets on Linux (push) Has been cancelled
2024-03-25 22:57:01 +01:00
Future c286a77df3 build: I test AI shit now (my mistake)
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:53:30 +01:00
Future 415bec7067 build: I test AI shit now (2)
link / Link assets on Linux (push) Failing after 40s
2024-03-25 22:52:33 +01:00
Future 270d69b6f3 build: I test AI shit now
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:49:16 +01:00
Future 87cdfc6f60 build: I let the AI do this one
link / Link assets on Linux (push) Failing after 42s
2024-03-25 22:47:48 +01:00
Future 50b3049c93 build: test out cursed CI
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
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
View File
@@ -0,0 +1,3 @@
[submodule "deps/iw5-zones"]
path = deps/iw5-zones
url = https://git.alterware.dev/AlterWare/iw5-zones.git
Vendored Submodule
+1
Submodule deps/iw5-zones added at bd78584a7e