Added need for build-testnet

This commit is contained in:
rilesdun 2021-12-23 15:11:44 -04:00
parent 354645e359
commit b603a5c4ed

View file

@ -35,7 +35,7 @@ build:
build-testnet: build-testnet:
stage: build stage: build
needs: [] needs: [code-checkout]
script: script:
- cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release -DBUILD_PEERPLAYS_TESTNET=1 .. - cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release -DBUILD_PEERPLAYS_TESTNET=1 ..
- make -j$(nproc) - make -j$(nproc)