Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
pub
frama-c
Commits
b6d7942c
Commit
b6d7942c
authored
2 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[ci] add apron suite
parent
9150130a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+9
-1
9 additions, 1 deletion
.gitlab-ci.yml
nix/mlmpfr.nix
+2
-2
2 additions, 2 deletions
nix/mlmpfr.nix
nix/pkgs.nix
+1
-0
1 addition, 0 deletions
nix/pkgs.nix
nix/why3.nix
+2
-0
2 additions, 0 deletions
nix/why3.nix
with
14 additions
and
3 deletions
.gitlab-ci.yml
+
9
−
1
View file @
b6d7942c
...
@@ -107,7 +107,15 @@ eva-domains:
...
@@ -107,7 +107,15 @@ eva-domains:
<<
:
*eva_template
<<
:
*eva_template
parallel
:
parallel
:
matrix
:
matrix
:
-
CONFIG
:
[
"
bitwise"
,
"
equality"
,
"
gauges"
,
"
multidim"
,
"
octagon"
,
"
symblocs"
]
-
CONFIG
:
[
"
apron"
,
"
bitwise"
,
"
equality"
,
"
gauges"
,
"
multidim"
,
"
octagon"
,
"
symblocs"
]
kernel-tests
:
kernel-tests
:
stage
:
tests
stage
:
tests
...
...
This diff is collapsed.
Click to expand it.
nix/mlmpfr.nix
+
2
−
2
View file @
b6d7942c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
buildDunePackage
rec
{
buildDunePackage
rec
{
pname
=
"mlmpfr"
;
pname
=
"mlmpfr"
;
version
=
"4.1.0-bugfix
1
"
;
version
=
"4.1.0-bugfix
2
"
;
minimumOCamlVersion
=
"4.04"
;
minimumOCamlVersion
=
"4.04"
;
...
@@ -16,7 +16,7 @@ buildDunePackage rec {
...
@@ -16,7 +16,7 @@ buildDunePackage rec {
owner
=
"thvnx"
;
owner
=
"thvnx"
;
repo
=
pname
;
repo
=
pname
;
rev
=
pname
+
"."
+
version
;
rev
=
pname
+
"."
+
version
;
sha256
=
"1
3n6spgz5p6jhpjackvfsn33iinpadgr3v4gm63d5195mi9fgn8
d"
;
sha256
=
"1
9g26jv6cjinpl5pcjif1ldyaagxlandp3qjajsy8srqg4a5rg0
d"
;
};
};
buildInputs
=
[
gmp
mpfr
];
buildInputs
=
[
gmp
mpfr
];
...
...
This diff is collapsed.
Click to expand it.
nix/pkgs.nix
+
1
−
0
View file @
b6d7942c
...
@@ -33,6 +33,7 @@ let
...
@@ -33,6 +33,7 @@ let
default-config-tests
=
oself
.
callPackage
./default-config-tests.nix
{};
default-config-tests
=
oself
.
callPackage
./default-config-tests.nix
{};
e-acsl-tests
=
oself
.
callPackage
./e-acsl-tests.nix
{};
e-acsl-tests
=
oself
.
callPackage
./e-acsl-tests.nix
{};
eva-default-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
""
;
};
eva-default-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
""
;
};
eva-apron-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
"apron"
;
};
eva-bitwise-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
"bitwise"
;
};
eva-bitwise-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
"bitwise"
;
};
eva-equality-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
"equality"
;
};
eva-equality-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
"equality"
;
};
eva-gauges-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
"gauges"
;
};
eva-gauges-tests
=
oself
.
callPackage
./eva-tests.nix
{
config
=
"gauges"
;
};
...
...
This diff is collapsed.
Click to expand it.
nix/why3.nix
+
2
−
0
View file @
b6d7942c
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
,
zarith
,
zarith
,
menhir
,
menhir
,
menhirLib
,
menhirLib
,
mlmpfr
,
js_of_ocaml
,
js_of_ocaml
,
js_of_ocaml-ppx
,
js_of_ocaml-ppx
,
ppx_deriving
,
ppx_deriving
...
@@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
...
@@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
zarith
zarith
menhir
menhir
menhirLib
menhirLib
mlmpfr
# Emacs compilation of why3.el
# Emacs compilation of why3.el
emacs
emacs
# Documentation
# Documentation
...
...
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