build: Add OAT #1

Closed
Future wants to merge 16 commits from build/add-oat-build into main
3 changed files with 33 additions and 0 deletions
Showing only changes of commit e1e903bb1e - Show all commits

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