File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
dist : trusty
2
2
sudo : required
3
+ cache :
4
+ - apt
3
5
env :
4
6
global :
5
7
- REPOSITORY=prpy
@@ -13,13 +15,15 @@ virtualenv:
13
15
system_site_packages : true
14
16
# Install test fixture dependencies.
15
17
before_install :
16
- - git clone https://github.com/personalrobotics/pr-cleanroom.git
17
- - cd pr-cleanroom
18
+ - mkdir -p "${HOME}/workspace/src"
19
+ - cd "${HOME}/workspace"
18
20
- curl -sSo distribution.yml "${DISTRIBUTION}"
19
- - ./internal-setup.sh
20
- # Checkout this repository and all of its dependencies.
21
+ - git clone https://github.com/personalrobotics/pr-cleanroom.git scripts
22
+ - ./scripts/internal-setup.sh
21
23
install :
22
- - ./internal-distro.py --workspace=src distribution.yml --repository "${REPOSITORY}"
23
- # Build the workspace and run tests.
24
+ - mv "${TRAVIS_BUILD_DIR}" src
25
+ - ./scripts/internal-distro.py -- workspace=src distribution.yml --repository "${REPOSITORY}"
24
26
script :
25
- - ./internal-build.sh $(./internal-get-packages.py distribution.yml "${REPOSITORY}")
27
+ - ./scripts/internal-build.sh $(./internal-get-packages.py distribution.yml "${REPOSITORY}")
28
+ after_script :
29
+ - ./scripts/view-all-results.sh test_results
You can’t perform that action at this time.
0 commit comments