iw5-menus/.gitea/workflows/link-linux.yml
Jack Back 098132ca97
Some checks failed
link / Link on Linux (push) Failing after 33s
Update .gitea/workflows/link-linux.yml
2024-03-03 09:19:36 +00:00

34 lines
759 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: Install deps
run: |
apt update
apt install gcc g++ gcc-multilib g++-multilib -y
- 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