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
reproducible-research
sasartifact
Commits
93b3f3e0
Commit
93b3f3e0
authored
Jul 23, 2021
by
erwan
Browse files
ci: use the test opam repo for expe current only
parent
c64913d0
Pipeline
#72124
passed with stages
in 143 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
93b3f3e0
...
...
@@ -5,7 +5,7 @@ stages:
before_script
:
-
opam repo add verimag-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/
test/
opam-repository"
-
opam repo add verimag-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
-
sudo apt-get update && sudo apt-get install -y zathura graphviz bc time
# Specify the packages version numbers so that it (hopefully) never
...
...
@@ -29,6 +29,9 @@ expe-sasa.4.0.3:
expe-current
:
image
:
ocaml/opam2:ubuntu-18.04
stage
:
test
before_script
:
-
opam repo add verimag-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository"
-
sudo apt-get update && sudo apt-get install -y zathura graphviz bc time
script
:
-
opam depext -y sasa
-
opam install -y sasa
...
...
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