File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ sudo: required
3
3
env :
4
4
global :
5
5
- REPOSITORY=prpy
6
+ - DISTRIBUTION=https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
6
7
# Allow Python to find packages installed by apt.
7
8
# See: http://docs.travis-ci.com/user/languages/python/#Travis-CI-Uses-Isolated-virtualenvs
8
9
language : python
@@ -14,11 +15,11 @@ virtualenv:
14
15
before_install :
15
16
- git clone https://github.com/personalrobotics/pr-cleanroom.git
16
17
- cd pr-cleanroom
17
- - curl -O https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories. yml
18
+ - curl -sSo distribution. yml "${DISTRIBUTION}"
18
19
- ./internal-setup.sh
19
20
# Checkout this repository and all of its dependencies.
20
21
install :
21
- - ./internal-distro.py --workspace=src --repository "${REPOSITORY}" distribution/distribution.yml
22
+ - ./internal-distro.py --workspace=src distribution.yml --repository "${REPOSITORY}"
22
23
# Build the workspace and run tests.
23
24
script :
24
- - ./internal-build.sh $(./internal-get-packages.py repositories .yml "${REPOSITORY}")
25
+ - ./internal-build.sh $(./internal-get-packages.py distribution .yml "${REPOSITORY}")
You can’t perform that action at this time.
0 commit comments