Compare commits
19 Commits
main
...
ddc87eaea1
Author | SHA1 | Date | |
---|---|---|---|
ddc87eaea1 | |||
11b3b3f9d7 | |||
974b3175be | |||
01838dbc9c | |||
156c7dbd5d | |||
5888cb589b | |||
04de54ce83 | |||
3ec6bc8961 | |||
bbdfc07340 | |||
12a945915c | |||
68b1297f46 | |||
f38a566009 | |||
33d5efd6ee | |||
3fc1614224 | |||
c286a77df3 | |||
415bec7067 | |||
270d69b6f3 | |||
87cdfc6f60 | |||
50b3049c93 |
31
.gitea/workflows/link.yml
Normal file
31
.gitea/workflows/link.yml
Normal 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
3
.gitmodules
vendored
Normal 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
1
deps/iw5-zones
vendored
Submodule
Submodule deps/iw5-zones added at bd78584a7e
Reference in New Issue
Block a user