Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
Frama Clang
Commits
4001a6b3
Commit
4001a6b3
authored
Oct 08, 2021
by
Virgile Prevosto
Browse files
Merge branch 'fix/interface-files' into 'master'
Update Frama-CI data See merge request frama-c/frama-clang!155
parents
f335209f
540a3c09
Changes
2
Hide whitespace changes
Inline
Side-by-side
nix/frama-ci.nix
View file @
4001a6b3
...
...
@@ -5,8 +5,8 @@ let
src
=
builtins
.
fetchGit
{
"url"
=
"https://bobot:
${
password
}
@git.frama-c.com/frama-c/Frama-CI.git"
;
"name"
=
"Frama-CI"
;
"rev"
=
"
4150f5b75b121450aef5687f779ec374ed7f1b92
"
;
"ref"
=
"
master
"
;
"rev"
=
"
bb2c9632abbb651363f2070d1cd89bc25cff5249
"
;
"ref"
=
"
fix/interface-files
"
;
};
pkgs
=
import
"
${
src
}
/pkgs.nix"
{};
in
...
...
nix/frama-ci.sh
View file @
4001a6b3
...
...
@@ -3,10 +3,10 @@
DIR
=
$(
dirname
$0
)
export
FRAMA_CI_NIX
=
$DIR
/frama-ci.nix
export
FRAMA_CI
=
$(
nix-instantiate
--eval
-E
"((import <nixos-20.03> {}).callPackage
$FRAMA_CI_NIX
{ password =
\"
$TOKEN_FOR_API
\"
;}).src.outPath"
)
FRAMA_CI
=
${
FRAMA_CI
#\
"}
FRAMA_CI=
${
FRAMA_CI
%\
"}
export NIX_PATH="
nixpkgs
=
$(
eval echo
$(
nix-instantiate
--eval
-E
"with import
$FRAMA_CI
/pkgs-ref.nix; url"
))
"
$FRAMA_CI
/compile.sh
$@
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