Skip to content
Snippets Groups Projects
Commit b42a2f40 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] add manual targets for opam

parent 15eab842
No related branches found
No related tags found
No related merge requests found
......@@ -526,11 +526,13 @@ additional-arch-release:
matrix:
- OCAML: ["5.2"]
# Uncomment this block when there are intermediate versions to check manully
# Uncomment this block when there are intermediate versions to check manually
# Beware that some targets may fail if the target job does not provide the
# version (for example Opam provide version N but Nix does not)
.build_template: &ocaml_manual_additional_versions_template
parallel:
matrix:
- OCAML: ["5.1"]
- OCAML: ["5.1", "5.3"]
when: manual
.build_template: &ocaml_versions_template
......@@ -574,6 +576,10 @@ opam-pin:
<<: *opam_pin_template
<<: *manual_when_not_special_pipeline
opam-pin-manual:
<<: *opam_pin_template
<<: *ocaml_manual_additional_versions_template
opam-pin-nightly:
<<: *opam_pin_template
<<: *when_schedules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment