-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mikael Arguedas <[email protected]>
- Loading branch information
1 parent
c43469e
commit 6ba12e9
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ on: | |
pull_request: | ||
push: | ||
branches: | ||
rolling | ||
# rolling | ||
schedule: | ||
# Run daily | ||
- cron: '0 20 * * *' | ||
|
@@ -15,15 +15,13 @@ jobs: | |
# the former gets installed via rosdep in 'action-ros-ci' but the latter do *not* get installed | ||
container: osrf/ros2:devel | ||
steps: | ||
- uses: ros-tooling/[email protected] | ||
- name: Install prerequisites for action-ros-ci and FastRTPS | ||
run: | | ||
apt-get -qq update | ||
apt-get -qq upgrade -y | ||
apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result | ||
apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result python3-pytest-cov | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
# TODO remove once https://github.com/ros-tooling/action-ros-ci/pull/869 is released | ||
rosdep-skip-keys: rti-connext-dds-6.0.1 | ||
package-name: | | ||
sros2 | ||
|