mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
adding spinoff tests
This commit is contained in:
parent
a95cd62544
commit
3904ebf9a8
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -38,6 +38,20 @@ jobs:
|
||||
python-version: '3.11'
|
||||
- name: Compile binary
|
||||
run: make _cmake-simple-ci-server-build
|
||||
|
||||
# Test spinoff projects - versions of the project with feature-sets
|
||||
# added or removed or other changes made.
|
||||
# (How ballisticakit becomes bombsquad/etc.)
|
||||
spinoff_test_linux:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: All featuresets removed
|
||||
run: tools/pcommand spinoff_test empty
|
||||
|
||||
# Most of our toolset doesn't work on raw Windows without WSL set up,
|
||||
# but we can bootstrap enough to run a few things manually. It's nice to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user