iw5-menus/.gitea/workflows/link-linux.yml
Diavolo dd84130b00
Some checks failed
link / Link on Linux (push) Failing after 10s
build: imagine asking chat gpt for help
2024-03-02 12:20:53 +01:00

37 lines
784 B
YAML

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
- name: Setup OAT
uses: diamante0018/setup-oat@main
with:
version: "0.8.3"
- name: Add executable permissions
run: |
chmod +x ./.OAT/Linker
- name: Debug
run:
ls -a ./.OAT
- name: Create code_post_gfx_mp
run: |
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 "./deps/iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp