Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
rdbg
Commits
43c1e927
Commit
43c1e927
authored
Dec 14, 2017
by
erwan
Browse files
Clean-up the CI script (removing unnecessary packages)
parent
07845c77
Pipeline
#1661
passed with stages
in 7 minutes and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
43c1e927
...
...
@@ -55,9 +55,11 @@ test_opam_test:
-
opam repo add opam-ocaml-org "https://opam.ocaml.org"
-
opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository"
-
sudo apt-get update
-
sudo apt-get install -y libgmp-dev libmpfr-dev m4 python graphviz
-
sudo apt-get install -y libgmp-dev libmpfr-dev
-
sudo apt-get install -y python graphviz
-
opam update
-
opam install -y camlp4 num ocamlfind extlib mlgmpidl
# XXX imposer des versions recentes !
-
opam install -y mlgmpidl
# necessary, otherwise, camlidl_malloc
# is undefined in the generated (rdbg) cmxs files!
-
opam install -y rdbg
-
opam install -y lustre-v6
-
make lustre_test
...
...
_oasis
View file @
43c1e927
OASISFormat: 0.4
Name: rdbg
Version: 1.1
59
Version: 1.1
60
Authors: Erwan Jahier
Maintainers: erwan.jahier@univ-grenoble-alpes.fr
License: GPL-3
...
...
src/rdbgVersion.ml
View file @
43c1e927
let
str
=
"1.1
59
"
let
sha
=
"
25e0543
"
let
str
=
"1.1
60
"
let
sha
=
"
07845c7
"
let
branch
=
"work"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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