Skip to content
Snippets Groups Projects
.gitlab-ci.yml 182 B
test-cpu:
  stage: test
  script:
    - cargo test --features=opencv -vv -- --nocapture

test-gpu:
  stage: test
  script:
    - cargo test --features=cuda,opencv -vv -- --nocapture