Skip to content
Snippets Groups Projects
Commit 0e258f5c authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[ci] fix checkPhase script when building from tarball

parent 183e59a2
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,9 @@ pkgs.lib.makeExtensible
make -j 4
'';
checkPhase = ''
make tests
make clean_share_link
make create_share_link
make tests -j4 PTESTS_OPTS="-error-code -j 4"
'';
installPhase = ''
true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment