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 2671283d53 - Show all commits

View File

@@ -20,10 +20,12 @@ jobs:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu'
- name: Xmake config
run: xmake f -p linux -y
- name: Build wheel
run: |
xmake require -y
xrepo env python -m venv .venv
source .venv/bin/activate
pip install build