mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
added windows unit testing
This commit is contained in:
parent
3dcea9da30
commit
2510f2946e
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -8,7 +8,9 @@ on:
|
|||||||
- cron: '0 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
|
|
||||||
jobs:
|
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.
|
||||||
ci_unix:
|
ci_unix:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
@ -21,7 +23,10 @@ jobs:
|
|||||||
run: tools/snippets install_pip_reqs
|
run: tools/snippets install_pip_reqs
|
||||||
- name: Run checks and tests
|
- name: Run checks and tests
|
||||||
run: make -j2 check test
|
run: make -j2 check test
|
||||||
|
|
||||||
|
# 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.
|
||||||
ci_windows:
|
ci_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
1
.idea/dictionaries/ericf.xml
generated
1
.idea/dictionaries/ericf.xml
generated
@ -308,6 +308,7 @@
|
|||||||
<w>completecmd</w>
|
<w>completecmd</w>
|
||||||
<w>compounddict</w>
|
<w>compounddict</w>
|
||||||
<w>compoundlist</w>
|
<w>compoundlist</w>
|
||||||
|
<w>conditionalize</w>
|
||||||
<w>configerror</w>
|
<w>configerror</w>
|
||||||
<w>confighash</w>
|
<w>confighash</w>
|
||||||
<w>configkey</w>
|
<w>configkey</w>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user