mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
ci tweak
This commit is contained in:
parent
8293b53d42
commit
6f9b0552c7
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
# run unit tests there since some behavior (filesystem, etc) can vary
|
# run unit tests there since some behavior (filesystem, etc) can vary
|
||||||
# significantly between windows and linux/apple. We also are able to
|
# significantly between windows and linux/apple. We also are able to
|
||||||
# build our windows binary.
|
# build our windows binary.
|
||||||
check_and_compile_windows:
|
build_and_test_windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -78,7 +78,7 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pytest typing_extensions
|
pip install pytest typing_extensions
|
||||||
python tools/pcommand win_ci_install_prereqs
|
python tools/pcommand win_ci_install_prereqs
|
||||||
- name: Run tests
|
|
||||||
run: python tools/pcommand pytest -v tests
|
|
||||||
- name: Compile binary
|
- name: Compile binary
|
||||||
run: python tools/pcommand win_ci_binary_build
|
run: python tools/pcommand win_ci_binary_build
|
||||||
|
- name: Run tests
|
||||||
|
run: python tools/pcommand pytest -v tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user