iw5-menus/.gitea/workflows/link-linux.yml
Diavolo c5abc99d55
Some checks failed
link / Link on Linux (push) Has been cancelled
build: try to specify repo as well
2024-03-02 11:36:06 +01:00

37 lines
852 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:
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
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