This commit is contained in:
parent
01a4644339
commit
e1e903bb1e
29
.gitea/workflows/link-linux.yml
Normal file
29
.gitea/workflows/link-linux.yml
Normal 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
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "iw5-zones"]
|
||||||
|
path = iw5-zones
|
||||||
|
url = https://git.alterware.dev/AlterWare/iw5-zones.git
|
1
iw5-zones
Submodule
1
iw5-zones
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a82a49d1c1e2af533bec5f306fdbd375a671d073
|
Loading…
x
Reference in New Issue
Block a user