forked from RobotLocomotion/director
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (31 loc) · 827 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
os:
- linux
- osx
language: generic
virtualenv:
system_site_packages: true
sudo: required
dist: trusty
notifications:
email: false
branches:
only:
- master
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0 ; fi
- distro/travis/before_install.sh
install: true
script:
- make superbuild -j2
- cd build/src/director-build
- ctest -j 1 -L core --dashboard Experimental --track travis --output-on-failure
after_failure:
- echo "after_failure pwd: $PWD"
after_success:
- echo "after_success pwd: $PWD"
# - cd build/src/director-build
# - make docs-sphinx-generate
# - make docs-sphinx-build
# - distro/package/make_app_bundle.sh
# - tar -czf DirectorConsole.tar.gz distro/package/DirectorConsole.app
# - distro/travis/copy_files.sh DirectorConsole.tar.gz