-
Notifications
You must be signed in to change notification settings - Fork 59
Conversation
LanderU
commented
May 5, 2019
- Create .ci folder with Dockerfile to compile the repo
- Create .travis.yml file
* Create .ci folder with Dockerfile to compile the repo * Create .travis.yml file
* Try to compile only MARA ROS2 ws
Not overwirte src folder
* source in order to compile MARA_ROS1
Reviewable. |
In - cp -r /tmp/MARA/* src/mara
+ mkdir -p /tmp/MARA
+ cp -r /tmp/MARA/ src/mara/*
Update: I see you handle this in the travis.yml script via |
Fixed a issue with Im getting this error frequently before the entrypoint, Im solving it by retrying many times:
|
These commands are only for travis. In order to compile the current branch instead of compile only master that is set on .repos file.
This is a known issue, see: http://wiki.ros.org/melodic/Installation/Ubuntu setup you keys. They provide the key in three different server. I'm going to implement a logic, to retry the fetch if one is failling(in a separate PR). |
I'm running again after fetch your latest changes on README.md @nzlz, if I've green light I'll merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Connection failed issue still pending. As @LanderU said, to be solved in another PR, so the current state of CI LGTM.