Skip to content

Releases: ocaml/ocaml-ci-scripts

1.5.0

24 Nov 12:31
Compare
Choose a tag to compare

CHANGES:

  • Port to dune (@dra27 @avsm)
  • Support empty PACKAGE variables (@dra27)
  • More verbose install to keep Travis jobs from suspending (@liyishuai)

1.4.0

24 Sep 12:14
Compare
Choose a tag to compare

CHANGES:

1.3.0

02 Aug 15:20
Compare
Choose a tag to compare

CHANGES:

1.2.0

15 Feb 10:32
Compare
Choose a tag to compare

1.2.0 (2018-02-14)

do not run the tests of dependencies, improve log outputs, etc

11 Sep 13:22
Compare
Choose a tag to compare

Improvements to Travis for depopts/depexts + Appveyor support

23 Nov 13:34
Compare
Choose a tag to compare
  • Always run depext -u to update the base OS (#138)
  • Don't attempt to remove base-* packages which will always fail (#93)
  • Complete the Appveyor CI scripts to be on-par with those for Travis CI (#101)

Improve Docker Travis support

01 Mar 15:17
Compare
Choose a tag to compare
  • Docker: Update package metadata before installing depexts (#80)
  • Docker: Refresh origin OPAM repository to latest master upon build (#79)
  • Better detection of opam files. Some repos can contain multiple opam
    files (e.g. mirage/mirage contains mirage and mirage-types), so we need
    to look for <pkg>.opam.

Initial public release of OCaml scripts

05 Jan 15:02
Compare
Choose a tag to compare
Merge pull request #74 from avsm/opam-pkg

OPAM packaging

Initial release

29 Oct 15:51
Compare
Choose a tag to compare
0.1.0

Install things at the right place