Skip to content

Commit

Permalink
Add travis-opam 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Sep 11, 2017
1 parent 566d29e commit 5d50558
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/travis-opam/travis-opam.1.1.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Travis CI (Continuous Integration) helpers

This package installs a set of helper tools that integrate your
OCaml project with the Travis CI (http://travis-ci.org) online
continuous integration system.

It can test several combinations of OCaml and OPAM across multiple
Linux distributions, making it particularly handy for testing
C linkage or external library dependencies quickly.

See <https://github.com/ocaml/ocaml-ci-scripts> for more
information and usage.
27 changes: 27 additions & 0 deletions packages/travis-opam/travis-opam.1.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "1.2"
maintainer: "thomas@gazagnaire.org"
homepage: "https://github.com/ocaml/ocaml-ci-scripts"
bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues"
dev-repo: "https://github.com/ocaml/ocaml-ci-scripts.git"
authors: [
"Thomas Gazagnaire"
"Richard Mortier"
"David Sheets"
]

depends: [
"ocamlbuild" {build}
]

depexts: [
[["alpine"] ["jq"]]
[["centos"] ["jq"]]
[["debian"] ["jq"]]
[["fedora"] ["jq"]]
[["homebrew" "osx"] ["jq"]]
[["opensuse"] ["jq"]]
[["oraclelinux"] ["jq"]]
[["ubuntu"] ["jq"]]
]

build: [make]
2 changes: 2 additions & 0 deletions packages/travis-opam/travis-opam.1.1.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/ocaml/ocaml-ci-scripts/archive/v1.1.0.tar.gz"
checksum: "cd1141d93feecf2c7585a927be9e7e5c"

0 comments on commit 5d50558

Please sign in to comment.