Readded matrix + array with cmake options
This commit is contained in:
parent
06bba1b701
commit
69a9ab3078
1 changed files with 2 additions and 3 deletions
|
|
@ -28,9 +28,8 @@ build:
|
|||
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
- make -j$(nproc)
|
||||
parallel:
|
||||
script:
|
||||
- cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release -DBUILD_PEERPLAYS_TESTNET=1 ..
|
||||
- make -j$(nproc)
|
||||
matrix:
|
||||
- Testnet: [cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release -DBUILD_PEERPLAYS_TESTNET=1 .. && make -j$(nproc)]
|
||||
artifacts:
|
||||
untracked: true
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in a new issue