Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add travis-opam 1.1.0 #10251

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"