Skip to content

Commit

Permalink
Merge branch 'dev-tests-cobra' into main. Close #103.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Jan 22, 2024
2 parents 9a8ad87 + aba59d0 commit 297fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceros/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ build:
build-testing:
FROM +rosdep
RUN colcon build --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_EXPORT_COMPILE_COMMANDS=ON --no-warn-unused-cli
RUN colcon test --retest-until-pass 2 --ctest-args -LE "(ikos|xfail)" --pytest-args -m "not xfail"
RUN . install/setup.sh && colcon test --retest-until-pass 2 --ctest-args -LE "(ikos|xfail)" --pytest-args -m "not xfail"
RUN . install/setup.sh && ros2 run process_sarif make_build_archive
COPY +vcs-exact/exact.repos install/exact.repos
SAVE ARTIFACT log/build_results_archives/build_results_*.tar.bz2 AS LOCAL log/build_results_archives/
Expand Down

0 comments on commit 297fedf

Please sign in to comment.