switch CI to testnet

This commit is contained in:
Dekoze 2017-12-27 22:56:07 -05:00 committed by clemahieu
commit f4aba1b525

View file

@ -57,6 +57,7 @@ run_build() {
mkdir ${build_dir}
cd ${build_dir}
cmake -GNinja \
-DACTIVE_NETWORK=rai_test_network \
-DRAIBLOCKS_TEST=ON \
-DRAIBLOCKS_GUI=ON \
-DCMAKE_BUILD_TYPE=Debug \