Added need for build-testnet
This commit is contained in:
parent
354645e359
commit
b603a5c4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ build:
|
|||
|
||||
build-testnet:
|
||||
stage: build
|
||||
needs: []
|
||||
needs: [code-checkout]
|
||||
script:
|
||||
- cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release -DBUILD_PEERPLAYS_TESTNET=1 ..
|
||||
- make -j$(nproc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue