mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 07:23:37 +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
@ -39,6 +39,20 @@ jobs:
|
|||||||
- name: Compile binary
|
- name: Compile binary
|
||||||
run: make _cmake-simple-ci-server-build
|
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,
|
# 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
|
# but we can bootstrap enough to run a few things manually. It's nice to
|
||||||
# run unit tests there since some behavior (filesystem, etc) can vary
|
# run unit tests there since some behavior (filesystem, etc) can vary
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user