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
lutils
Commits
6257b224
Commit
6257b224
authored
Dec 08, 2017
by
erwan
Browse files
fix the CI script: ok, remove the local stage for now
parent
1e6ac97b
Pipeline
#1533
failed with stages
in 1 minute and 30 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6257b224
...
...
@@ -21,10 +21,3 @@ test:
-
cd test
-
make test-batch
local_test
:
stage
:
deploy
script
:
-
make
-
make install
-
ls -l ../_build/src/gnuplotRifMain.native
-
make test-batch
_oasis
View file @
6257b224
OASISFormat: 0.4
Name: lutils
Version: 1.
29
Version: 1.
30
Authors: Erwan Jahier
Maintainers: erwan.jahier@imag.fr
License: GPL-3
...
...
doc/version.tex
View file @
6257b224
\newcommand
{
\version
}{
1.
29
}
\newcommand
{
\sha
}{
7bb27a3
}
\newcommand
{
\version
}{
1.
30
}
\newcommand
{
\sha
}{
1e6ac97
}
\newcommand
{
\versionname
}{
none
}
\newcommand
{
\versiondate
}{
08-12-17
}
setup.ml
View file @
6257b224
(* setup.ml generated for the first time by OASIS v0.4.10 *)
(* OASIS_START *)
(* DO NOT EDIT (digest:
7997b790922194a50794e0b4228c8bc2
) *)
(* DO NOT EDIT (digest:
6efc8ad9d704127f95ee31e9f91f71c6
) *)
(*
Regenerated by OASIS v0.4.10
Visit http://oasis.forge.ocamlcore.org for more information and
...
...
@@ -6855,7 +6855,7 @@ let setup_t =
{
oasis_version
=
"0.4"
;
ocaml_version
=
None
;
version
=
"1.
29
"
;
version
=
"1.
30
"
;
license
=
OASISLicense
.
DEP5License
(
OASISLicense
.
DEP5Unit
...
...
@@ -7254,7 +7254,7 @@ let setup_t =
};
oasis_fn
=
Some
"_oasis"
;
oasis_version
=
"0.4.10"
;
oasis_digest
=
Some
"
\1
34
_n
\132
_
\148
TAS
\128\231\247
F&
\022
B
"
;
oasis_digest
=
Some
"
\1
63
}9|
\022\177
3
\173\227\014\214\173
B
\185\205\154
"
;
oasis_exec
=
None
;
oasis_setup_args
=
[]
;
setup_update
=
false
...
...
src/META
View file @
6257b224
# OASIS_START
# DO NOT EDIT (digest:
e198011d6cd0be22ad077bc21eeeb5f7
)
version = "1.
29
"
# DO NOT EDIT (digest:
03e3c3ffeddaf5bf68d8b35acaf7389a
)
version = "1.
30
"
description = "shared by Verimag/synchronous tools (lustre, lutin, rdbg)."
requires = "unix str camlp4 num"
archive(byte) = "lutils.cma"
...
...
src/lutilsVersion.ml
View file @
6257b224
let
str
=
"1.
29
"
let
sha
=
"
7bb27a3
"
let
str
=
"1.
30
"
let
sha
=
"
1e6ac97
"
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