-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.travis.yml
62 lines (59 loc) · 1.55 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Copyright (c) 2019 Shapelets.io
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
language: python
matrix:
fast_finish: true
include:
- os: linux
dist: bionic
sudo: required
python: "3.6"
cache:
directories:
- ${TRAVIS_BUILD_DIR}/installers
- ${HOME}/.conan
- ${TRAVIS_BUILD_DIR}/cmakebin
after_success:
- codecov -F Linux -X gcov
- os: linux
dist: bionic
sudo: required
python: "3.5"
cache:
directories:
- ${TRAVIS_BUILD_DIR}/installers
- ${HOME}/.conan
- ${TRAVIS_BUILD_DIR}/cmakebin
- os: osx
osx_image: xcode9.3
language: generic
env:
- TRAVIS_PYTHON_VERSION=3.6.5
cache:
directories:
- ${TRAVIS_BUILD_DIR}/installers
- $HOME/.pyenv
- $HOME/Library/Caches/Homebrew
- ${HOME}/.conan
after_success:
- codecov -F MacOS -X gcov
- os: osx
osx_image: xcode9.3
language: generic
env:
- TRAVIS_PYTHON_VERSION=3.5.5
cache:
directories:
- ${TRAVIS_BUILD_DIR}/installers
- $HOME/.pyenv
- $HOME/Library/Caches/Homebrew
- ${HOME}/.conan
install:
- source .CI/travis/install.sh
- source .CI/travis/install-arrayfire.sh
- source .CI/travis/install-khiva.sh
script:
- source .CI/travis/build_and_test.sh