forked from owlbarn/owl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
34 lines (29 loc) · 873 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
language: c
sudo: false
# See https://github.com/ocaml/ocaml-ci-scripts/issues/351
dist: focal
services: docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
script: bash -ex ./.travis-docker.sh
env:
global:
- PACKAGE="owl"
- PINS="owl-base.master:. owl-plplot.master:. owl-top.master:. owl-zoo.master:. owl.master:."
matrix:
include:
# we need to use a custom setup instead of docker for osx, postponed
# - os: osx
# osx_image: xcode10.1
# env: OCAML_VERSION=4.07
- os: linux
env: OCAML_VERSION=4.10 DISTRO=debian
- os: linux
env: OCAML_VERSION=4.11 DISTRO=fedora
- os: linux
env: OCAML_VERSION=4.12 DISTRO=ubuntu
- os: linux
arch: arm64
env: OCAML_VERSION=4.12 DISTRO=debian
fast_finish: true
allow_failures:
- env: OCAML_VERSION=4.12 DISTRO=debian