mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-09-01 14:33:18 +08:00
[fix] build CI test targets separately
This commit is contained in:
@@ -142,7 +142,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
XMAKE_GLOBALDIR: /data
|
XMAKE_GLOBALDIR: /data
|
||||||
run: |
|
run: |
|
||||||
xmake b -vy --root repository_structure_test crossdesk_wire_test keyboard_state_wire_test
|
xmake b -vy --root repository_structure_test
|
||||||
|
xmake b -vy --root crossdesk_wire_test
|
||||||
|
xmake b -vy --root keyboard_state_wire_test
|
||||||
xmake run --root repository_structure_test
|
xmake run --root repository_structure_test
|
||||||
xmake run --root crossdesk_wire_test
|
xmake run --root crossdesk_wire_test
|
||||||
xmake run --root keyboard_state_wire_test
|
xmake run --root keyboard_state_wire_test
|
||||||
|
|||||||
Reference in New Issue
Block a user