Skip to content

Commit 1190aeb

Browse files
authored
Add GitHub workflow for Dashing (#96)
* Add dashing workflow Using the ros-tooling custom GitHub actions Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Update repos file URL Signed-off-by: Jacob Perron <jacob@openrobotics.org>
1 parent a3f4036 commit 1190aeb

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/setup-ros@0.0.14
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/dashing/ros2_java_desktop.repos

0 commit comments

Comments
 (0)