Disable CI job with lttng not enabled
This commit is contained in:
parent
374d10dbf5
commit
126dc2af86
1 changed files with 10 additions and 10 deletions
|
@ -13,16 +13,16 @@ before_script:
|
|||
- export RTI_NC_LICENSE_ACCEPTED=yes
|
||||
- rosdep install --from-paths . --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 rti-connext-dds-5.3.1 urdfdom_headers"
|
||||
|
||||
build:
|
||||
script:
|
||||
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||
- colcon test --packages-select $PACKAGES_LIST
|
||||
artifacts:
|
||||
paths:
|
||||
- install
|
||||
- build/*/test_results/*/*.xunit.xml
|
||||
reports:
|
||||
junit: build/*/Testing/*/Test.xml
|
||||
# build:
|
||||
# script:
|
||||
# - colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||
# - colcon test --packages-select $PACKAGES_LIST
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - install
|
||||
# - build/*/test_results/*/*.xunit.xml
|
||||
# reports:
|
||||
# junit: build/*/Testing/*/Test.xml
|
||||
|
||||
build_enabled:
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue