.gitlab-ci.yml 152 B
test-cpu:
stage: test
script:
- cargo test --features=opencv -vv
test-gpu:
stage: test
script:
- cargo test --features=cuda,opencv -vv
test-cpu:
stage: test
script:
- cargo test --features=opencv -vv
test-gpu:
stage: test
script:
- cargo test --features=cuda,opencv -vv