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

This commit is contained in:
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