Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lutils
Commits
c599dc14
Commit
c599dc14
authored
Aug 26, 2019
by
erwan
Browse files
Build: use ocaml 4.08 for the CI
parent
ad99d979
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c599dc14
image
:
ocaml/opam2:ubuntu-18.04-ocaml-4.0
7
image
:
ocaml/opam2:ubuntu-18.04-ocaml-4.0
8
variables
:
GIT_STRATEGY
:
clone
...
...
@@ -13,6 +13,9 @@ stages:
build_and_test
:
stage
:
build
script
:
-
opam repo add official-repo "https://opam.ocaml.org"
-
opam repository add official-repo --set-default
-
opam update
-
opam depext dune ocamlfind
-
opam install dune ocamlfind num
-
make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment