File: .travis.yml

package info (click to toggle)
ocaml-bitstring 4.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 852 kB
  • sloc: ml: 3,817; ansic: 136; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
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
language: c
dist: xenial
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
  global:
  - PINS="bitstring:. ppx_bitstring:."
  - PACKAGE=ppx_bitstring
  jobs:
  - OCAML_VERSION=4.04 TESTS=false
  - OCAML_VERSION=4.05 TESTS=false
  - OCAML_VERSION=4.06 TESTS=false
  - OCAML_VERSION=4.07 TESTS=false
  - OCAML_VERSION=4.08
  - OCAML_VERSION=4.09
  - OCAML_VERSION=4.10
  - OCAML_VERSION=4.11
os:
  - linux
jobs:
  include:
    - env: OCAML_VERSION=4.11
      os: osx
    - env: OCAML_VERSION=4.11
      os: freebsd
    - env: OCAML_VERSION=4.11
      arch: arm64