mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-11 21:48:50 -05:00
18 lines
576 B
YAML
18 lines
576 B
YAML
language: c
|
|
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
|
|
script: bash -ex .travis-docker.sh
|
|
services:
|
|
- docker
|
|
env:
|
|
global:
|
|
- PINS="msat:. msat-bin:."
|
|
- DISTRO="ubuntu-16.04"
|
|
matrix:
|
|
- PACKAGE="msat" CAML_VERSION="4.03"
|
|
- PACKAGE="msat" CAML_VERSION="4.04"
|
|
#- PACKAGE="msat" CAML_VERSION="4.05"
|
|
- PACKAGE="msat" CAML_VERSION="4.06"
|
|
#- PACKAGE="msat" CAML_VERSION="4.08"
|
|
- PACKAGE="msat" CAML_VERSION="4.09"
|
|
- PACKAGE="msat" CAML_VERSION="4.10"
|
|
- PACKAGE="msat-bin" CAML_VERSION="4.06" TESTS=false
|