Skip to content

Commit 007148b

Browse files
committed
test
1 parent 81be3fd commit 007148b

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
strategy:
3434
matrix:
3535
arch:
36-
- aarch64
37-
- arm
3836
- riscv64gc
3937

4038
steps:
@@ -49,7 +47,6 @@ jobs:
4947
- name: 👷 build
5048
shell: bash
5149
run: |
52-
export XMAKE_ROOT=y # Only need to use "--root" in CI
5350
xmake --version
5451
source env.sh
5552
pushd apps
@@ -59,34 +56,3 @@ jobs:
5956
xmake smart-image -f ext4 -vD -o build/${{ matrix.arch }}-ext4.img
6057
popd
6158
62-
build-linux-apps:
63-
runs-on: ubuntu-latest
64-
strategy:
65-
matrix:
66-
app:
67-
- busybox
68-
- cpp
69-
- hello
70-
- micropython
71-
- zlib
72-
73-
steps:
74-
- name: ⬇️ checkout
75-
uses: actions/checkout@v3
76-
with:
77-
submodules: true
78-
79-
- name: ⬇️ install xmake
80-
uses: xmake-io/github-action-setup-xmake@v1
81-
82-
- name: 👷 build
83-
shell: bash
84-
run: |
85-
export XMAKE_ROOT=y # Only need to use "--root" in CI
86-
xmake --version
87-
source env.sh
88-
pushd apps
89-
echo "includes(path.join(path.join(os.scriptdir(), \"${{ matrix.app }}\"), \"xmake.lua\"))" > xmake.lua
90-
xmake f -a x86_64 --target_os=linux -vyD
91-
xmake -j$(nproc) -vyD -P .
92-
popd

0 commit comments

Comments
 (0)