Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
ec64f7b1
Commit
ec64f7b1
authored
Mar 06, 2019
by
Valentin Reis
Browse files
add correct output directory for numabench tests
parent
bfe37f93
Pipeline
#5866
failed with stages
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
ec64f7b1
...
...
@@ -58,6 +58,10 @@ let
numabench-check
=
numabench
.
overrideAttrs
(
old
:
{
buildPhase
=
"make check"
;
installPhase
=
''
mkdir -p $out
cp -r ./tests $out/tests
''
;
});
excit-check
=
excit
.
overrideAttrs
(
old
:
{
buildPhase
=
"make check"
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment