Jack Back 3fc1614224
Some checks failed
link / Link assets on Linux (push) Has been cancelled
build: I try AI stuff again + copy pasted from myself
2024-03-25 22:57:01 +01:00

32 lines
846 B
YAML

name: link
on: [push]
jobs:
link-linux:
name: Link assets on Linux
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
# NOTE - If LFS ever starts getting used for storing zones, switch this to true!
lfs: false
- name: Install Docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
- name: Setup OAT
uses: diamante0018/setup-oat@main
with:
version: "0.10.0"
- name: Link assets
run: |
docker run --rm -v $PWD:/workdir -workdir /workdir ubuntu:noble ./.oat/Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp