Skip to content

Commit

Permalink
Store dfx executables as Hydra build products (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyoung authored Aug 23, 2019
1 parent 9660dc1 commit 9feca30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dfx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ naersk.buildPackage src
$doc/nix-support/hydra-build-products
echo "report cargo-graph-dfx $doc ./cargo-graph.svg" >> \
$doc/nix-support/hydra-build-products
mkdir -p $out/nix-support
echo "file bin $out/bin/dfx" >> $out/nix-support/hydra-build-products
'';
});
}

0 comments on commit 9feca30

Please sign in to comment.