This repository was archived by the owner on Mar 4, 2022. It is now read-only.
forked from shapelets/khiva-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
82 lines (79 loc) · 2.04 KB
/
.travis.yml
File metadata and controls
82 lines (79 loc) · 2.04 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# 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: xenial
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: xenial
sudo: required
python: "3.5"
cache:
directories:
- ${TRAVIS_BUILD_DIR}/installers
- ${HOME}/.conan
- ${TRAVIS_BUILD_DIR}/cmakebin
- os: linux
dist: xenial
sudo: required
python: "2.7"
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
- os: osx
osx_image: xcode9.3
language: generic
env:
- TRAVIS_PYTHON_VERSION=2.7.15
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