Files
Godot-Xmake/.gitea/workflows/linux.yml
Simon Pribylski 26e7badaaa
All checks were successful
Linux arm64 / Build (push) Successful in 13s
test env
2024-08-11 18:38:22 +02:00

28 lines
534 B
YAML

name: Linux arm64
run-name: Build And Test
on: [push]
jobs:
Build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-test
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Packages cache
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/build/.packages
key: Linux-xmake_cache
- name: XMake config
run: xmake f -p linux -y
- name: Build
run: xmake
- name: Test
run: xmake test