Skip to content

Commit 0917c42

Browse files
committed
Add dashing workflow
Using the ros-tooling custom GitHub actions Signed-off-by: Jacob Perron <[email protected]>
1 parent a3f4036 commit 0917c42

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build_and_test:
7+
runs-on: ubuntu-18.04
8+
steps:
9+
- name: Install Java
10+
run: |
11+
sudo apt update -qq
12+
sudo apt install -y default-jdk
13+
- uses: ros-tooling/[email protected]
14+
with:
15+
required-ros-distributions: dashing
16+
- uses: ros-tooling/action-ros-ci@8d58122
17+
with:
18+
package-name: rosidl_generator_java rcljava_common rcljava
19+
source-ros-binary-installation: dashing
20+
vcs-repo-file-url: https://raw.githubusercontent.com/ros2-java/ros2_java/jacob/update_desktop_repos/ros2_java_desktop.repos

0 commit comments

Comments
 (0)