This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
18
unikernel/duniverse/digestif/.travis.yml
Normal file
18
unikernel/duniverse/digestif/.travis.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
language: c
|
||||
install:
|
||||
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
|
||||
- wget https://raw.githubusercontent.com/dinosaure/ocaml-travisci-skeleton/master/.travis-docgen.sh
|
||||
script: bash -ex .travis-opam.sh
|
||||
sudo: true
|
||||
env:
|
||||
global:
|
||||
- PACKAGE=digestif
|
||||
matrix:
|
||||
- OCAML_VERSION=4.03
|
||||
- OCAML_VERSION=4.04
|
||||
- OCAML_VERSION=4.05
|
||||
- OCAML_VERSION=4.06
|
||||
- OCAML_VERSION=4.07
|
||||
- OCAML_VERSION=4.08 DEPOPTS="ocaml-freestanding"
|
||||
- OCAML_VERSION=4.08
|
||||
- OCAML_VERSION=4.09 TESTS=false POST_INSTALL_HOOK=./.test-mirage.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue