Don't run the CPP example on CI (#10285)

* Don't run the CPP example on CI

* Add comment
This commit is contained in:
Pierre Krieger 2019-02-03 13:23:07 +01:00 committed by Kirill Pimenov
parent 3b23c2e86d
commit 12ac992ffb

View File

@ -57,8 +57,8 @@ cpp_test () {
cd $DIR cd $DIR
cmake .. cmake ..
make -j $THREADS make -j $THREADS
./parity-example > example.logs # Note: we don't try to run the example because it tries to sync Kovan, and we don't want
tail --lines 100 example.logs # that to happen on CI
cd - cd -
rm -rf $DIR rm -rf $DIR
;; ;;