build: test OAT
Some checks failed
link / Link on Linux (push) Failing after 6s

This commit is contained in:
6arelyFuture 2024-03-02 11:22:14 +01:00
parent 01a4644339
commit e1e903bb1e
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,29 @@
name: link
on: [push]
jobs:
link-linux:
name: Link on Linux
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@main
with:
submodules: true
fetch-depth: 0
lfs: true
- name: Setup OAT
uses: diamante0018/setup-oat@main
with:
version: "0.9.0"
- name: Create code_post_gfx_mp
run: |
Linker -v -l "./iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp
- name: Create localized_ui_mp
run: |
Linker -v -l "./iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp

3
.gitmodules vendored Normal file
View File

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

1
iw5-zones Submodule

@ -0,0 +1 @@
Subproject commit a82a49d1c1e2af533bec5f306fdbd375a671d073