Show build logs in CI
This commit is contained in:
parent
c66704b7ed
commit
625161556a
@ -4,8 +4,8 @@ set -e
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
# Allow impure evaluation so we fetch the latest commit from the repo
|
# Allow impure evaluation so we fetch the latest commit from the repo
|
||||||
bench6_ref=$(nix build --print-out-paths --impure ".#bench6Master")
|
bench6_ref=$(nix build -L --print-out-paths --impure ".#bench6Master")
|
||||||
bench6_cur=$(nix build --print-out-paths ".#bench6")
|
bench6_cur=$(nix build -L --print-out-paths ".#bench6")
|
||||||
|
|
||||||
# Add bigotes to the path
|
# Add bigotes to the path
|
||||||
bigotes=$(nix build --print-out-paths 'jungle#bigotes')
|
bigotes=$(nix build --print-out-paths 'jungle#bigotes')
|
||||||
|
Loading…
Reference in New Issue
Block a user