Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lutin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
verimag
synchrone
lutin
Commits
f0e3cfaf
Commit
f0e3cfaf
authored
Dec 12, 2017
by
erwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide the Makefile.version file so that the opam package does not depend on git to compile
Add a CI pipeline
parent
32b4267a
Pipeline
#1588
failed with stages
in 1 minute and 14 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
30 additions
and
6 deletions
+30
-6
.gitignore
.gitignore
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+24
-0
Makefile
Makefile
+1
-1
Makefile.dev
Makefile.dev
+1
-1
Makefile.version.hide
Makefile.version.hide
+0
-0
_oasis
_oasis
+1
-1
lutin/src/version.ml
lutin/src/version.ml
+2
-2
No files found.
.gitignore
View file @
f0e3cfaf
...
...
@@ -268,4 +268,4 @@ lutin.native
polka/C/
polka/caml/
source/
Makefile.version
.gitlab-ci.yml
0 → 100644
View file @
f0e3cfaf
image
:
ocaml/opam:ubuntu
variables
:
GIT_STRATEGY
:
clone
stages
:
-
build
-
test
build_and_test
:
stage
:
build
script
:
-
sudo apt-get install -y libgmp-dev libmpfr-dev m4
-
opam install camlp4 ocamlfind
-
make
-
make install
test_opam_test
:
stage
:
test
script
:
-
opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/test/opam-repository"
-
opam update
-
opam install -y lutin
Makefile
View file @
f0e3cfaf
...
...
@@ -4,7 +4,7 @@ endif
all
:
build
include
./Makefile.version
-
include
./Makefile.version
-include
mymakefile
###################################################
...
...
Makefile.dev
View file @
f0e3cfaf
...
...
@@ -37,7 +37,7 @@ ci:
echo
"*** I won't commit!
\n
*** until you 'make update_version'!"
\
||
(
git commit
-F
log
&&
touch
committed
)
push
:
push
:
opam-test
git push
&&
make uv
...
...
Makefile.version
→
Makefile.version
.hide
View file @
f0e3cfaf
File moved
_oasis
View file @
f0e3cfaf
OASISFormat: 0.4
Name: Lutin
Version: 2.3
3
Version: 2.3
4
Authors: Erwan Jahier
Maintainers: erwan.jahier@imag.fr
License: PROP
...
...
lutin/src/version.ml
View file @
f0e3cfaf
let
str
=
"2.3
3
"
let
sha
=
"
cbed482
"
let
str
=
"2.3
4
"
let
sha
=
"
32b4267
"
Write
Preview
Markdown
is supported
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