mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +08:00
tidying up windows ci
This commit is contained in:
parent
7f5fec0e3e
commit
4c1bc979f8
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -39,10 +39,12 @@ jobs:
|
|||||||
- name: Compile binary
|
- name: Compile binary
|
||||||
run: make _cmake-simple-ci-server-build
|
run: make _cmake-simple-ci-server-build
|
||||||
|
|
||||||
# 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,
|
||||||
# However, it's nice to at least run unit tests there since some behavior
|
# but we can bootstrap enough to run a few things manually. It's nice to
|
||||||
# (filesystem, etc) can vary significantly between windows and linux/apple.
|
# run unit tests there since some behavior (filesystem, etc) can vary
|
||||||
check_windows:
|
# significantly between windows and linux/apple. We also are able to
|
||||||
|
# build our windows binary.
|
||||||
|
check_and_compile_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user