iw5-menus/.gitea/workflows/link-linux.yml
Diavolo de80e73c2d
Some checks failed
link / Link on Linux (push) Failing after 15s
build: install LFS
2024-03-02 11:24:17 +01:00

35 lines
754 B
YAML

name: link
on: [push]
jobs:
link-linux:
name: Link on Linux
runs-on: ubuntu-latest
steps:
- name: Install Git LFS
run: |
apt-get update
apt-get install git-lfs -y
- 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