From 435bec53fe1134d6677849925ba5f9450962db17 Mon Sep 17 00:00:00 2001 From: serkixenos Date: Fri, 29 Jul 2022 22:12:43 +0000 Subject: [PATCH] Build minimal set of binaries --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61afce6e..642240c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build-mainnet: - mkdir build - cd build - cmake -DCMAKE_BUILD_TYPE=Release .. - - make -j$(nproc) + - make -j$(nproc) cli_wallet witness_node all_tests betting_test chain_test cli_test artifacts: untracked: true paths: @@ -71,7 +71,7 @@ build-testnet: - mkdir build - cd build - cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PEERPLAYS_TESTNET=1 .. - - make -j$(nproc) + - make -j$(nproc) cli_wallet witness_node all_tests betting_test chain_test cli_test artifacts: untracked: true paths: