forked from ocaml/dune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
38 lines (34 loc) · 881 Bytes
/
.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
language: c
sudo: false
cache:
directories:
- $HOME/ocaml
- $HOME/.opam
install: bash -ex .travis-ci.sh prepare
script: bash -ex .travis-ci.sh build
# Please keep the list in sync with the minimal version of OCaml in
# dune-project, dune.opam.template and bootstrap.ml
matrix:
include:
- os: linux
env: OCAML_VERSION=4.02 OCAML_RELEASE=3 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.07 OCAML_RELEASE=1 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.08 OCAML_RELEASE=1 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.09 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build
- os: linux
env: OCAML_VERSION=4.09 OCAML_RELEASE=0 WITH_OPAM=1
stage: Test
addons:
apt:
packages:
- aspcud
- os: osx
env: OCAML_VERSION=4.09 OCAML_RELEASE=0 WITH_OPAM=0
stage: Build_macOS