Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 23a4f90

Browse files
xabxxmm318
authored andcommitted
[Master branch] CE pipeline migration (#29)
* Restrict aws robotics dependencies (#7) Set aws-robotics dependencies to less than 2.0 (cherry picked from commit 3b963a4) * cherry picking ce pipeline migration commit from release-v1 to master * untag dependency version
1 parent a8db240 commit 23a4f90

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.travis.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sudo: required
2-
language: generic
1+
sudo: required
2+
language: generic
33
compiler:
44
- gcc
55
notifications:
@@ -11,15 +11,14 @@ notifications:
1111
1212
env:
1313
global:
14-
- UPSTREAM_WORKSPACE=file
15-
- ROSINSTALL_FILENAME=.rosinstall.master
14+
- GITHUB_ACCOUNT=aws-robotics
15+
# uncomment PACKAGE_NAME to build unit tests - REQUIRED if you'd like to run unit tests using colcon
16+
- PACKAGE_NAME=kinesis_video_streamer
1617
matrix:
17-
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
18-
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
19-
- ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
20-
- ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
21-
matrix:
22-
install:
23-
- git clone https://github.com/ros-industrial/industrial_ci.git .ros_ci
24-
script:
25-
- .ros_ci/travis.sh
18+
# define DOWNSTREAM_GITHUB_REPO=name-of-your-repo if you'd like to trigger downstream repos' travis builds
19+
- ROS_DISTRO=kinetic ROS_VERSION=1
20+
- ROS_DISTRO=melodic ROS_VERSION=1
21+
install:
22+
- git clone https://github.com/aws-robotics/travis-scripts.git .ros_ci
23+
script:
24+
- .ros_ci/ce_build.sh

0 commit comments

Comments
 (0)