Compare commits

..

3 Commits

Author SHA1 Message Date
4bbcde461d add import-asset rule
All checks were successful
Linux arm64 / Build (push) Successful in 38s
2024-08-13 19:57:27 +02:00
cba15111e7 add debug flags 2024-08-13 19:57:08 +02:00
3bc95acf7b Update .gitea/workflows/linux.yml
All checks were successful
Linux arm64 / Build (push) Successful in 47s
2024-08-11 18:54:25 +02:00

View File

@@ -1,39 +1,32 @@
name: Linux arm64
run-name: Build And Test
on: [push]
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 60
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Build:
runs-on: ubuntu-test
runs-on: ubuntu-latest
steps:
- name: 🧾 Check out
- name: Check out repository code
uses: actions/checkout@v3
- name: 📦 Packages cache
- name: Packages cache
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/build/.packages
key: ${{ runner.os }}-xmake_cache
- name: 🤖 Setup Godot
uses: chickensoft-games/setup-godot@v2
with:
version: 4.2.2
use-dotnet: false
include-templates: true
- name: XMake config
run: xmake f -p linux -y
- name: ⚙️ XMake config
run: xmake f -m release -p linux -y
- name: 🏗️ Build
- name: Build
run: xmake
- name: 🧐 Test
run: xmake test
- name: 🚀 Publish
run: xmake p
- name: Test
run: xmake test