mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 14:03:18 +08:00
simplifying CI compile
This commit is contained in:
parent
68bf269996
commit
6b64f5ad3e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -26,6 +26,8 @@ jobs:
|
|||||||
- name: Run checks and tests
|
- name: Run checks and tests
|
||||||
run: make -j2 check test
|
run: make -j2 check test
|
||||||
|
|
||||||
|
# Compile just a server binary but don't run asset builds/etc.
|
||||||
|
# (to spare my asset file server)
|
||||||
compile_linux:
|
compile_linux:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
@ -34,10 +36,8 @@ jobs:
|
|||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
- name: Install dependencies
|
|
||||||
run: tools/pcommand install_pip_reqs
|
|
||||||
- name: Compile binary
|
- name: Compile binary
|
||||||
run: make cmake-server-build
|
run: make _cmake-simple-ci-server-build
|
||||||
|
|
||||||
# Most of our toolset doesn't work on raw windows (outside of WSL).
|
# Most of our toolset doesn't work on raw windows (outside of WSL).
|
||||||
# However, it's nice to at least run unit tests there since some behavior
|
# However, it's nice to at least run unit tests there since some behavior
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user