-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from hannesm/easy
adapt to mirage-net 3.0.0 and mirage-protocols 4.0.0 signature changes
- Loading branch information
Showing
5 changed files
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
language: c | ||
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh | ||
script: bash -ex .travis-opam.sh | ||
sudo: required | ||
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh | ||
script: bash -ex .travis-docker.sh | ||
sudo: false | ||
services: | ||
- docker | ||
env: | ||
global: | ||
- TESTS=true | ||
- PACKAGE="ethernet" | ||
- EXTRA_REMOTES="https://github.com/mirage/mirage-dev.git" | ||
- DISTRO=alpine | ||
matrix: | ||
- OCAML_VERSION=4.04 | ||
- OCAML_VERSION=4.05 | ||
- OCAML_VERSION=4.06 | ||
- OCAML_VERSION=4.07 | ||
- OCAML_VERSION=4.08 | ||
- OCAML_VERSION=4.09 | ||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(library | ||
(name ethernet) | ||
(public_name ethernet) | ||
(libraries cstruct macaddr mirage-net-lwt mirage-protocols-lwt rresult logs mirage-profile) | ||
(libraries cstruct macaddr mirage-net mirage-protocols rresult logs mirage-profile) | ||
(preprocess (pps ppx_cstruct)) | ||
(wrapped false)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters