mte/unikernel/duniverse/ocplib-endian/.travis.yml

20 lines
414 B
YAML
Raw Normal View History

2025-11-11 02:07:51 +01:00
language: c
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
global:
- PACKAGE=ocplib-endian
- TESTS=true
env:
- OCAML_VERSION=4.09
- OCAML_VERSION=4.08
- OCAML_VERSION=4.07
- OCAML_VERSION=4.06
- OCAML_VERSION=4.05
- OCAML_VERSION=4.04
- OCAML_VERSION=4.03
- OCAML_VERSION=4.02
os:
- linux
- osx