mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 08:23:35 +08:00
Adding prefab server build to ci
This commit is contained in:
parent
f1607965a6
commit
fd84978843
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -11,8 +11,8 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
# We run most of our testing on linux but it should apply to mac too;
|
||||
# we can always add an explicit mac job if it seems worthwhile.
|
||||
# We run most of our testing only on linux but it should apply to mac too;
|
||||
# we can always add an explicit mac job later if it seems worthwhile.
|
||||
ci_unix:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
@ -25,10 +25,12 @@ jobs:
|
||||
run: tools/pcommand install_pip_reqs
|
||||
- name: Run checks and tests
|
||||
run: make -j2 check test
|
||||
- name: Prefab server build
|
||||
run: make prefab-server-debug-build
|
||||
|
||||
# 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
|
||||
# (filesystem, etc) can vary significantly.
|
||||
# (filesystem, etc) can vary significantly between windows and linux/apple.
|
||||
ci_windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user