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:
|
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue