mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 08:45:43 +08:00
ci cleanup
This commit is contained in:
parent
50ba2a825f
commit
fd96593737
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -23,12 +23,11 @@ jobs:
|
|||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: tools/pcommand install_pip_reqs
|
run: tools/pcommand install_pip_reqs
|
||||||
- name: Run checks and tests
|
- name: Run checks
|
||||||
run: make -j2 check test
|
run: make check
|
||||||
|
|
||||||
# Compile just a server binary but don't run asset builds/etc.
|
# Compile a server binary and run some tests.
|
||||||
# (to spare my asset file server)
|
build_and_test_linux:
|
||||||
compile_linux:
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -38,6 +37,8 @@ jobs:
|
|||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Compile binary
|
- name: Compile binary
|
||||||
run: make _cmake-simple-ci-server-build
|
run: make _cmake-simple-ci-server-build
|
||||||
|
- name: Run tests
|
||||||
|
run: make test
|
||||||
|
|
||||||
# Test spinoff projects - versions of the project with feature-sets
|
# Test spinoff projects - versions of the project with feature-sets
|
||||||
# added or removed or other changes made.
|
# added or removed or other changes made.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user