mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 22:43:17 +08:00
action test
This commit is contained in:
parent
28f74a175e
commit
6e13f67355
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
- cron: '0 12 * * *'
|
- cron: '0 12 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checklinux:
|
CI Linux:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -18,12 +18,12 @@ jobs:
|
|||||||
tools/snippets install_pip_reqs
|
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
|
||||||
checkwin:
|
CI Windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Display Python version
|
- name: Display Python version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user