Compare commits

..

20 Commits

Author SHA1 Message Date
1c855d1b77 add import-asset rule
All checks were successful
Linux arm64 / Build (push) Successful in 34s
2024-08-13 19:58:16 +02:00
daf382e35e add debug flags 2024-08-13 19:58:16 +02:00
878f2fd801 last try
All checks were successful
Linux arm64 / Build (push) Successful in 33s
2024-08-13 18:44:53 +02:00
2f86ef7771 better maybe
Some checks failed
Linux arm64 / Build (push) Failing after 43m5s
2024-08-13 17:59:40 +02:00
631d3059f2 fix download timeout
Some checks failed
Linux arm64 / Build (push) Has been cancelled
2024-08-13 17:29:44 +02:00
dd38a03165 ttttest
Some checks failed
Linux arm64 / Build (push) Has been cancelled
2024-08-13 17:12:54 +02:00
6307cd8ed8 update setup godot version
Some checks failed
Linux arm64 / Build (push) Failing after 33m34s
2024-08-13 16:35:51 +02:00
e1a072d6c3 action: add templates
Some checks failed
Linux arm64 / Build (push) Has been cancelled
2024-08-13 15:05:41 +02:00
f26e2df0b2 yes
Some checks failed
Linux arm64 / Build (push) Failing after 5m25s
2024-08-13 14:58:37 +02:00
abc3278a04 yes
All checks were successful
Linux arm64 / Build (push) Successful in 12s
2024-08-11 18:49:22 +02:00
4acbde4606 cool
All checks were successful
Linux arm64 / Build (push) Successful in 12s
2024-08-11 18:44:50 +02:00
26e7badaaa test env
All checks were successful
Linux arm64 / Build (push) Successful in 13s
2024-08-11 18:38:22 +02:00
e222e01225 just Linux
All checks were successful
Linux arm64 / Build (push) Successful in 12s
2024-08-11 18:26:57 +02:00
8d728d8f55 retest
All checks were successful
Linux arm64 / Build (push) Successful in 12s
2024-08-11 18:22:26 +02:00
442a4d4e5e jesuisuncaca
All checks were successful
Linux arm64 / Build (push) Successful in 32s
2024-08-11 18:18:00 +02:00
011254d6ae mieux
All checks were successful
Linux arm64 / Build (push) Successful in 31s
2024-08-11 18:17:06 +02:00
7bb2cfdc20 deja vu
All checks were successful
Linux arm64 / Build (push) Successful in 33s
2024-08-11 18:14:51 +02:00
bb46ac92ae test
All checks were successful
Linux arm64 / Build (push) Successful in 32s
2024-08-11 18:04:47 +02:00
08b2f79529 change package cache path 2024-08-11 17:39:34 +02:00
5858ea5cbe global xmake package cache 2024-08-11 17:21:17 +02:00

View File

@@ -1,32 +1,39 @@
name: Linux arm64
run-name: Build And Test
on:
push:
branches:
- main
pull_request:
branches:
- main
on: [push]
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 60
jobs:
Build:
runs-on: ubuntu-latest
runs-on: ubuntu-test
steps:
- name: Check out repository code
- name: 🧾 Check out
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: XMake config
run: xmake f -p linux -y
- name: 🤖 Setup Godot
uses: chickensoft-games/setup-godot@v2
with:
version: 4.2.2
use-dotnet: false
include-templates: true
- name: Build
- name: ⚙️ XMake config
run: xmake f -m release -p linux -y
- name: 🏗️ Build
run: xmake
- name: Test
run: xmake test
- name: 🧐 Test
run: xmake test
- name: 🚀 Publish
run: xmake p