Skip to content

Commit

Permalink
Merge pull request #11420 from samoht/opam-publish-travis-opam.1.2.0
Browse files Browse the repository at this point in the history
Package travis-opam.1.2.0
  • Loading branch information
samoht committed Feb 15, 2018
2 parents 6d30792 + c669789 commit 6dc21d3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/travis-opam/travis-opam.1.2.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Scripts for OCaml projects

Supported CI:

- **stable**: [Travis CI](/README-travis.md) Ubuntu, Debian and OSX workers.
- **experimental**: [Appveyor](/README-appveyor.md) Windows Server 2012 R2 (x64) workers.
22 changes: 22 additions & 0 deletions packages/travis-opam/travis-opam.1.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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"
doc: "https://ocaml.github.io/ocaml-ci-scripts/"

authors: [
"Thomas Gazagnaire"
"Richard Mortier"
"David Sheets"
]

build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
"jbuilder" {build}
"jsonm" {build}
]
2 changes: 2 additions & 0 deletions packages/travis-opam/travis-opam.1.2.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/ocaml/ocaml-ci-scripts/releases/download/1.2.0/travis-opam-1.2.0.tbz"
checksum: "73e7bcc6ca14e30bc37c76379ed108d5"

0 comments on commit 6dc21d3

Please sign in to comment.