Compare commits
3 Commits
1c855d1b77
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bbcde461d | |||
| cba15111e7 | |||
| 3bc95acf7b |
@@ -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
|
||||
- name: Test
|
||||
run: xmake test
|
||||
|
||||
- name: 🚀 Publish
|
||||
run: xmake p
|
||||
|
||||
Reference in New Issue
Block a user