Commit f3c8fc1 1 parent a0298b7 commit f3c8fc1 Copy full SHA for f3c8fc1
File tree 3 files changed +35
-72
lines changed
3 files changed +35
-72
lines changed Original file line number Diff line number Diff line change
1
+ name : Linux (Arm64)
2
+
3
+ on :
4
+ pull_request :
5
+ push :
6
+ release :
7
+ types : [published]
8
+
9
+ jobs :
10
+ build :
11
+ runs-on : ubuntu-24.04-arm
12
+
13
+ concurrency :
14
+ group : ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Ubuntu-Arm64
15
+ cancel-in-progress : true
16
+ steps :
17
+ - uses : actions/checkout@v2
18
+ with :
19
+ submodules : true
20
+ - name : prepare local xmake
21
+ run : cp -rf . ../xmake-source
22
+ - uses : xmake-io/github-action-setup-xmake@v1
23
+ with :
24
+ xmake-version : local#../xmake-source
25
+
26
+ - name : Prepare
27
+ run : |
28
+ sudo apt update
29
+ sudo apt install -y unzip build-essential llvm libc++-dev
30
+
31
+ - name : Tests
32
+ run : |
33
+ xmake lua -v -D tests/run.lua
34
+ xrepo --version
35
+
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments