Skip to content
Snippets Groups Projects
.gitlab-ci.yml 182 B
Newer Older
  • Learn to ignore specific revisions
  • rarbore2's avatar
    rarbore2 committed
    test-cpu:
    
    rarbore2's avatar
    rarbore2 committed
      stage: test
      script:
    
    rarbore2's avatar
    rarbore2 committed
        - cargo test --features=opencv -vv -- --nocapture
    
    rarbore2's avatar
    rarbore2 committed
    
    test-gpu:
      stage: test
      script:
    
    rarbore2's avatar
    rarbore2 committed
        - cargo test --features=cuda,opencv -vv -- --nocapture