Introduce CI matrix
This commit is contained in:
parent
0245f38f95
commit
92af5f1fea
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -16,12 +16,13 @@ jobs:
|
|||||||
- run: flake8 run.py core
|
- run: flake8 run.py core
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
matrix:
|
strategy:
|
||||||
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: CPU
|
- name: CPU
|
||||||
args: -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4 --gpu-vendor=nvidia
|
args: -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4 --gpu-vendor=nvidia
|
||||||
- name: GPU
|
- name: GPU
|
||||||
args: -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4
|
args: -f=.github/examples/face.jpg -t=.github/examples/target.mp4 -o=.github/examples/output.mp4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user