Add rule to disabled build too
This commit is contained in:
parent
60e156bd8d
commit
e5abbbaaaa
1 changed files with 9 additions and 6 deletions
|
@ -16,12 +16,15 @@ before_script:
|
|||
# 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/*/test_results/*/*.xunit.xml
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - install
|
||||
# - build/*/test_results/*/*.xunit.xml
|
||||
# - build/*/pytest.xml
|
||||
# reports:
|
||||
# junit:
|
||||
# - build/*/test_results/*/*.xunit.xml
|
||||
# - build/*/pytest.xml
|
||||
|
||||
build_enabled:
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue