Add CI #1

Merged
Persson-dev merged 15 commits from ci into main 2025-12-07 17:00:06 +00:00
Showing only changes of commit b9aaf0b6d9 - Show all commits

View File

@@ -22,7 +22,9 @@ jobs:
actions-cache-key: 'ubuntu'
- name: Xmake config
run: xmake f -p linux -y
run: |
xrepo install "python 3.12.3" -y
xmake f -p linux -y
- name: Build wheel
run: |