Skip to content

Commit

Permalink
ci: also test flytrax-csv-to-braidz
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jan 13, 2025
1 parent 1aefcad commit b02b0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ flytrax-csv-to-braidz-binary:
- export RUSTFLAGS="-D warnings"

- cd $CI_PROJECT_DIR/flytrax-csv-to-braidz
- OPENCV_STATIC=1 PKG_CONFIG_PATH=/opt/opencv-4.9.0-static/lib/pkgconfig cargo test --release --features "with_apriltags"
- OPENCV_STATIC=1 PKG_CONFIG_PATH=/opt/opencv-4.9.0-static/lib/pkgconfig cargo build --release --features "with_apriltags"

- mkdir -p $CI_PROJECT_DIR/build
Expand Down

0 comments on commit b02b0cf

Please sign in to comment.