Skip to content

Commit 55d0804

Browse files
committed
add xuantie arch ci caretaker
1 parent 5f2db53 commit 55d0804

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- aarch64
3737
- arm
3838
- riscv64gc
39+
- xuantie
3940

4041
steps:
4142
- name: ⬇️ checkout
@@ -85,7 +86,8 @@ jobs:
8586
export XMAKE_ROOT=y # Only need to use "--root" in CI
8687
xmake --version
8788
source env.sh
88-
pushd apps/${{ matrix.app }}
89+
pushd apps
90+
echo "includes(path.join(path.join(os.scriptdir(), \"${{ matrix.app }}\"), \"xmake.lua\"))" > xmake.lua
8991
xmake f -a x86_64 --target_os=linux -vyD
9092
xmake -j$(nproc) -vyD -P .
9193
popd

0 commit comments

Comments
 (0)