Jack Back f3a67a5140
Some checks failed
link / Link assets on Linux (push) Failing after 19s
build: more docker tests
2024-03-26 18:12:52 +01:00

31 lines
703 B
YAML

name: link
on: [push]
env:
OAT_VERSION: "0.10.0"
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: Test Docker
uses: addnab/docker-run-action@v3
with:
image: gcc:13
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
export OAT_VERSION=${{ env.OAT_VERSION }}
./.gitea/scripts/ci.sh