Skip to content

Commit

Permalink
CI: test more crates
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Mar 28, 2024
1 parent 10d537b commit aa131ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,18 @@ test_crates:
- cargo build --release --features camsrc_pyloncxx
- cd ..

- cd imagesrc-gst
- cargo check
- cd ..

- cd gst-plugin-nvargustime
- cargo check
- cd ..

- cd gst-plugin-apriltag
- cargo check
- cd ..

test_flydra2:
variables:
GIT_SUBMODULE_STRATEGY: recursive
Expand Down

0 comments on commit aa131ec

Please sign in to comment.