ray/.travis.yml

28 lines
589 B
YAML
Raw Normal View History

2016-06-05 20:46:54 -07:00
sudo: required
language: generic
2016-06-22 11:28:01 -07:00
matrix:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode7
2016-06-05 20:46:54 -07:00
before_install:
2016-06-22 11:28:01 -07:00
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get -y update ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get -y install git ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo add-apt-repository --yes ppa:kalakris/cmake ; fi
2016-06-05 20:46:54 -07:00
install:
- ./install-dependencies.sh
2016-06-22 11:42:04 -07:00
- ./setup.sh
- ./build.sh
2016-06-05 20:46:54 -07:00
script:
2016-06-22 11:42:04 -07:00
- source setup-env.sh
2016-06-05 20:46:54 -07:00
- cd test
- python runtest.py
2016-06-27 11:35:31 -07:00
- python array_test.py
- python microbenchmarks.py