mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
24 lines
703 B
YAML
24 lines
703 B
YAML
language: c
|
|
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-mirage.sh
|
|
script: bash -ex .travis-mirage.sh
|
|
sudo: required
|
|
dist: trusty
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- avsm
|
|
packages:
|
|
- ocaml
|
|
- ocaml-base
|
|
- ocaml-native-compilers
|
|
- ocaml-compiler-libs
|
|
- ocaml-interp
|
|
- ocaml-base-nox
|
|
- ocaml-nox
|
|
- camlp4
|
|
- camlp4-extra
|
|
- time
|
|
- libxen-dev
|
|
env:
|
|
- FORK_USER=talex5 FORK_BRANCH=unikernel OCAML_VERSION=4.02 MIRAGE_BACKEND=xen PINS="mirage-xen:https://github.com/talex5/mirage-platform.git#mm mirage-nat:https://github.com/talex5/mirage-nat.git#simplify-checksum tcpip:https://github.com/mirage/mirage-tcpip.git"
|