File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
2
dist : trusty
3
- services :
4
- - docker
5
3
install :
6
- - docker pull personalrobotics/openrave
7
- - git clone https://github.com/personalrobotics/pr-cleanroom.git
8
- - cd pr-cleanroom
9
- - wget https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
4
+ - export repository='prpy'
5
+ - git clone https://github.com/personalrobotics/pr-cleanroom.git .
6
+ - curl -o https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
7
+ - ./internal-setup.sh
8
+ - ./internal-distro.py --workspace=src --repository ${repository} distribution/distribution.yml
10
9
script :
11
- - ./run-distro .sh repositories.yml -- repository=prpy
10
+ - ./internal-build .sh $(./internal-get-packages.py repositories.yml ${ repository})
You can’t perform that action at this time.
0 commit comments