mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 06:53:18 +08:00
more ci work
This commit is contained in:
parent
fd96593737
commit
906c7dd889
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -35,8 +35,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
- name: Install dependencies
|
||||||
|
run: tools/pcommand install_pip_reqs
|
||||||
- name: Compile binary
|
- name: Compile binary
|
||||||
run: make _cmake-simple-ci-server-build
|
run: make cmake-server-build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user