Add rule to disabled build too

This commit is contained in:
Christophe Bedard 2019-06-26 10:16:09 +02:00
parent 60e156bd8d
commit e5abbbaaaa

View file

@ -16,12 +16,15 @@ before_script:
# 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: # - build/*/pytest.xml
# junit: build/*/test_results/*/*.xunit.xml # reports:
# junit:
# - build/*/test_results/*/*.xunit.xml
# - build/*/pytest.xml
build_enabled: build_enabled:
script: script: