We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f4036 commit 1190aebCopy full SHA for 1190aeb
.github/workflows/build_and_test.yml
@@ -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
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