Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable use industrial_ci #16

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ Makefile.depend
# etc.,,,
*.swp
.DS_Store

# editor
.vscode
8 changes: 8 additions & 0 deletions .travis.rosinstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- git:
local-name: asp_mbed/asp-gr_peach_gcc-mbed
uri: https://github.com/tlk-emb/asp-gr_peach_gcc-mbed.git
version: master
- git:
local-name: opencv-lib
uri: https://github.com/d-kato/opencv-lib.git
version: master
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This config file for Travis CI utilizes ros-industrial/industrial_ci package.
# For more info for the package, see https://github.com/ros-industrial/industrial_ci/blob/master/README.rst
sudo: required
dist: trusty
services:
- docker
language: generic
compiler:
- gcc
notifications:
email:
on_success: never
on_failue: never
env:
global:
- CATKIN_PARALLEL_TEST_JOBS=-p1
- ROS_PARALLEL_TEST_JOBS=-j`nproc`
- UPSTREAM_WORKSPACE=file
matrix:
- ROS_DISTRO=kinetic ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
- ROS_DISTRO=melodic ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
script:
- source .ci_config/travis.sh
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A lightweight runtime environment of ROS1 nodes onto embedded systems

| *master* | *develop* |
|----------|-----------|
|[![Build Status](https://travis-ci.org/tlk-emb/mROS.svg?branch=master)](https://travis-ci.org/tlk-emb/mROS)|[![Build Status](https://travis-ci.org/tlk-emb/mROS.svg?branch=develop)](https://travis-ci.org/tlk-emb/mROS)|

## Supported Platform

- Embedded board
Expand Down