Add CI #1
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user