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
|
- 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"
|
- 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:
|
# build:
|
||||||
script:
|
# script:
|
||||||
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
# - colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||||
- colcon test --packages-select $PACKAGES_LIST
|
# - colcon test --packages-select $PACKAGES_LIST
|
||||||
artifacts:
|
# artifacts:
|
||||||
paths:
|
# paths:
|
||||||
- install
|
# - install
|
||||||
- build/*/test_results/*/*.xunit.xml
|
# - build/*/test_results/*/*.xunit.xml
|
||||||
reports:
|
# reports:
|
||||||
junit: build/*/Testing/*/Test.xml
|
# junit: build/*/Testing/*/Test.xml
|
||||||
|
|
||||||
build_enabled:
|
build_enabled:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue