-
Notifications
You must be signed in to change notification settings - Fork 3
/
travis.yml
80 lines (64 loc) · 1.33 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
branches:
except:
- doc
- win
language: cpp
os:
- linux
- osx
sudo: required
services:
- docker
env:
global:
- PYTHON_VERSION=3.7
jobs:
- CONDA_RECIPE=bin/conda/r-statmod
# - CONDA_RECIPE=bin/conda/r-bpsc
- CONDA_RECIPE=bin/conda/r-mglm
- CONDA_RECIPE=bin/conda/r-bivpois
- CONDA_RECIPE=bin/conda/fpd18
CONDA_VERSION=2
- CONDA_RECIPE=bin/conda/fpd18
CONDA_VERSION=3
- CONDA_PACKAGES=fpd18
JUPYTER_NOTEBOOK=share/jupyter/comparison_KN05.ipynb
JUPYTER_KERNEL=ir
- CONDA_PACKAGES=fpd18
JUPYTER_NOTEBOOK=share/jupyter/comparison_ZZ17.ipynb
JUPYTER_KERNEL=ir
- DOCKER_CONTEXT=bin/docker/linux-64
DOCKER_CONTAINER=fpd18
CONDA_VERSION=2
matrix:
exclude:
- os: osx
env: DOCKER_CONTEXT=bin/docker/linux-64
DOCKER_CONTAINER=fpd18
CONDA_VERSION=2
before_install:
- git clone https://github.com/StatisKit/travis-ci.git --depth=1
- cd travis-ci
- ./before_install
install:
- ./install
before_script:
- ./before_script
script:
- ./script
after_success:
- ./after_success
after_failure:
- ./after_failure
before_deploy:
- ./before_deploy
deploy:
skip_cleanup: true
provider: script
on:
all_branches: true
script: ./deploy_script
after_deploy:
- ./after_deploy
after_script:
- ./after_script