Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
d451764a
Commit
d451764a
authored
May 23, 2019
by
François Bobot
Browse files
Update nix/frama-ci.*
parent
ab0db3a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/e-acsl/nix/frama-ci.nix
View file @
d451764a
...
...
@@ -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"
=
"
70045f4252e668e0facad12d7db2c6ab83fc813b
"
;
"ref"
=
"
master
"
;
"rev"
=
"
f7d5e96afa5b540feb4476b732e78dc8424bd10f
"
;
"ref"
=
"
feature/opam2
"
;
};
in
{
...
...
src/plugins/e-acsl/nix/frama-ci.sh
View file @
d451764a
...
...
@@ -4,7 +4,7 @@ DIR=$(dirname $0)
export
FRAMA_CI_NIX
=
$DIR
/frama-ci.nix
export
FRAMA_CI
=
$(
nix-instantiate
--eval
-E
"((import <nix
pkgs
> {}).callPackage
$FRAMA_CI_NIX
{ password =
\"
$TOKEN_FOR_API
\"
;}).src.outPath"
)
export
FRAMA_CI
=
$(
nix-instantiate
--eval
-E
"((import <nix
os-19.03
> {}).callPackage
$FRAMA_CI_NIX
{ password =
\"
$TOKEN_FOR_API
\"
;}).src.outPath"
)
FRAMA_CI
=
${
FRAMA_CI
#\
"}
FRAMA_CI=
${
FRAMA_CI
%\
"}
...
...
Write
Preview
Supports
Markdown
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