forked from google-deepmind/open_spiel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (30 loc) · 1.07 KB
/
.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
# For context, OpenSpiel is developed day-to-day using private continuous
# integration software.
#
# The current Travis CI setup is unpolished and verifies that open-source
# OpenSpiel builds correctly. This is done on a best-effort basis; we are not
# attached to Travis CI.
#
# If you use OpenSpiel, continuous integration improvements are welcome.
# Potential contributions include improving the CI configuration, using either
# Travis CI or another service (CircleCI, etc).
language: c
cache: pip
git:
depth: 3
# We need to link against the shared C++ Python libraries. We will be using
# the system-wide python shared libraries and headers installed in install.sh.
# We assume the same Python version between the system wide Python, python-dev,
# and the virtualenv.
matrix:
include:
- os: linux
dist: bionic # Ubuntu 18.04.2 LTS released on 26 April 2018
env: OS_PYTHON_VERSION=3.6
# - os: osx
# # macOS 10.14 (Mojave), release on September 24, 2018.
# osx_image: xcode11
script:
- ./install.sh
- python --version
- ./open_spiel/scripts/travis_script.sh