mirror of
https://github.com/wassname/ray.git
synced 2026-08-03 13:10:57 +08:00
19 lines
301 B
YAML
19 lines
301 B
YAML
sudo: required
|
|
dist: trusty
|
|
|
|
language: generic
|
|
|
|
before_install:
|
|
- sudo apt-get -y update
|
|
- sudo apt-get -y install git
|
|
- sudo add-apt-repository --yes ppa:kalakris/cmake
|
|
|
|
install:
|
|
- bash setup.sh
|
|
|
|
script:
|
|
- cd test
|
|
- bash gen-python-code.sh
|
|
- python runtest.py
|
|
- python arrays_test.py
|