Update .gitlab-ci.yml
This commit is contained in:
parent
7900e613b8
commit
49d0f2a8ff
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ build_enabled:
|
||||||
image: $base_image_id
|
image: $base_image_id
|
||||||
script:
|
script:
|
||||||
- lttng-sessiond --daemonize
|
- lttng-sessiond --daemonize
|
||||||
- . install/local_setup.sh && colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST
|
- pwd
|
||||||
|
- colcon build --symlink-install --cmake-args " -DWITH_LTTNG=ON" --packages-up-to $PACKAGES_LIST
|
||||||
- . install/local_setup.sh && colcon test --packages-select $PACKAGES_LIST
|
- . install/local_setup.sh && colcon test --packages-select $PACKAGES_LIST
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue