Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
sasa
Commits
1cdd02fa
Commit
1cdd02fa
authored
2 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
ci: fix the salut tests
parent
39ca1cbe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#108263
failed
2 years ago
Stage: build
Stage: release
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
salut.opam
+1
-0
1 addition, 0 deletions
salut.opam
salut/test/Makefile.inc
+3
-1
3 additions, 1 deletion
salut/test/Makefile.inc
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
1cdd02fa
...
...
@@ -11,7 +11,7 @@ build:
-
opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
-
eval `opam config env`
-
sudo apt-get update
-
opam depext sasa rdbgui4sasa kind2 lutin lustre-v6 || echo "not needed for recent opam version"
-
opam depext sasa rdbgui4sasa kind2 lutin lustre-v6
kind2 z3
|| echo "not needed for recent opam version"
-
opam install --deps-only ./sasa.opam ./salut.opam ./rdbgui4sasa.opam
-
make
-
make install
...
...
This diff is collapsed.
Click to expand it.
salut.opam
+
1
−
0
View file @
1cdd02fa
...
...
@@ -16,6 +16,7 @@ bug-reports:
"https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues"
depends: [
"sasa"
"z3"
"kind2" { < "1.6" }
]
build: ["dune" "build"]
...
...
This diff is collapsed.
Click to expand it.
salut/test/Makefile.inc
+
3
−
1
View file @
1cdd02fa
...
...
@@ -31,7 +31,9 @@ genclean:
LIB
=
-package
algo
OCAMLOPT
=
ocamlfind ocamlopt
-bin-annot
LIB_LUS
=
$(
HOME
)
/sasa/test/lustre/round.lus
$(
HOME
)
/sasa/salut/lib/sas.lus
SELF_DIR
:=
$(
dir
$(
lastword
$(
MAKEFILE_LIST
)))
LIB_LUS
=
${
SELF_DIR
}
../../test/lustre/round.lus
${
SELF_DIR
}
../lib/sas.lus
# $(HOME)/sasa/test/lustre/oracle_utils.lus
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment