Readded matrix + array with cmake options

This commit is contained in:
rilesdun 2021-12-23 15:01:18 -04:00
parent 06bba1b701
commit 69a9ab3078

View file

@ -28,9 +28,8 @@ build:
- cmake -DCMAKE_BUILD_TYPE=Release .. - cmake -DCMAKE_BUILD_TYPE=Release ..
- make -j$(nproc) - make -j$(nproc)
parallel: parallel:
script: matrix:
- cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release -DBUILD_PEERPLAYS_TESTNET=1 .. - Testnet: [cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release -DBUILD_PEERPLAYS_TESTNET=1 .. && make -j$(nproc)]
- make -j$(nproc)
artifacts: artifacts:
untracked: true untracked: true
paths: paths: