Skip to content

Commit 074cb46

Browse files
committed
Add cardano-cli to windows testing bundle
1 parent 935a7b9 commit 074cb46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

nix/windows-testing-bundle.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
, cardano-wallet-byron
1414
, cardano-wallet-shelley
1515
, cardano-node
16+
, cardano-cli
1617
, tests ? []
1718
, benchmarks ? []
1819
}:
@@ -44,7 +45,7 @@ in pkgs.runCommand name {
4445
cd jm
4546
4647
# Copy in wallet and node EXEs and DLLs.
47-
for pkg in ${cardano-wallet-jormungandr} ${cardano-wallet-byron} ${cardano-wallet-shelley}; do
48+
for pkg in ${cardano-wallet-jormungandr} ${cardano-wallet-byron} ${cardano-wallet-shelley} ${cardano-cli}; do
4849
cp -vf $pkg/bin/* .
4950
done
5051

release.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ let
237237
cardano-wallet-byron = winJobs.cardano-wallet-byron.x86_64-linux;
238238
cardano-wallet-shelley = winJobs.cardano-wallet-shelley.x86_64-linux;
239239
cardano-node = winJobs.cardano-node.x86_64-linux;
240+
cardano-cli = winJobs.cardano-cli.x86_64-linux;
240241
tests = collectTests winJobs.tests;
241242
benchmarks = collectTests winJobs.benchmarks;
242243
};

0 commit comments

Comments
 (0)