ocaml-ci-scripts
ocaml-ci-scripts copied to clipboard
Skeletons for CI scripts
Uses of the CI script are currently failing with the following error: ``` mbox note: Mirror Error: Setup.ini signature https://cygwin.mirror.constant.com/x86_64/setup.xz.sig from https://cygwin.mirror.constant.com/ failed to verify. Possible corrupt mirror? Setup.ini rejected....
I'm using .travis-ocaml.sh to CI on macOS, but it fails. This pull-request solves build error on mac. I added github workflow to test on GitHub.
The Travis-docker script fail when `DISTRO=ubuntu` (which uses ubuntu-20.10) ``` Step 8/13 : RUN opam depext -ui travis-opam ---> Running in dabab12f6aef # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=ubuntu,...
Lately Travis CI dropped the free plan except time-limited trial. Most of the projects thus ran out of their "credits". It makes sense to drop the support entirely since it's...
There does not seem to be a way to run reverse-dependencies tests currently. We would like to do that for ppx_deriving CI (see https://github.com/ocaml-ppx/ppx_deriving/pull/227). In this pull-request, I propose to...
A config from Coq might be helpful for that: https://github.com/coq/coq/blob/master/azure-pipelines.yml
See, for example: https://travis-ci.com/ocaml-community/sedlex/jobs/213408755 but I've suddenly been getting the following errors during sedlex's CI runs with 4.02.3 but not any later version of OCaml: ``` Gathering sources > [ERROR]...
Please provide support for installing a specific "variant" of a non-optional dependency of an OPAM package under test. For example, Solo5 produces the following bindings packages -- `solo5-bindings-hvt`, `solo5-bindings-spt`, `solo5-bindings-virtio`,...
Currently. `gcc` does not have the `-m32` option to be able to compile a switch with `+32bit`. It could be useful to have this specific `gcc` to test libraries with...
The [running-the-tests](https://github.com/ocaml/ocaml-ci-scripts/blob/master/README-travis.md#running-the-tests) documentation mentions a [deprecated](https://opam.ocaml.org/doc/Manual.html#opamfield-build-test) `build-test` field. Could someone clarify whether the scripts are looking for both or whether the suggestion should be updated to the new opam `with-test`...