build: Add OAT #1

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

View File

@ -16,11 +16,9 @@ jobs:
- name: Check out files
uses: actions/checkout@main
with:
repository: AlterWare/iw5-zones
submodules: true
fetch-depth: 0
lfs: true
ssh-key: ${{ secrets.IW5_ZONES_PRIVATE_KEY }}
- name: Setup OAT
uses: diamante0018/setup-oat@main
@ -29,8 +27,8 @@ jobs:
- name: Create code_post_gfx_mp
run: |
Linker -v -l "./iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp
Linker -v -l "./deps/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
Linker -v -l "./deps/iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp

4
.gitmodules vendored
View File

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

View File