Skip to content

Commit

Permalink
Merge pull request #2039 from bitshares/fix_travis
Browse files Browse the repository at this point in the history
Fix travis
  • Loading branch information
pmconrad committed Nov 26, 2019
2 parents acef99b + e2d0902 commit 43b19ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion programs/build_helpers/build_and_test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -o pipefail
programs/build_helpers/buildstep run.chain_test 240 "libraries/fc/tests/run-parallel-tests.sh tests/chain_test"
programs/build_helpers/buildstep run.cli_test 60 "libraries/fc/tests/run-parallel-tests.sh tests/cli_test"
programs/build_helpers/buildstep prepare.sonar 20 "find libraries/[acdenptuw]*/CMakeFiles/*.dir programs/[cdgjsw]*/CMakeFiles/*.dir -type d -print | while read d; do gcov -o \"\$d\" \"\${d/CMakeFiles*.dir//}\"/*.cpp; done >/dev/null; programs/build_helpers/set_sonar_branch sonar-project.properties" || true
programs/build_helpers/buildstep run.sonar 1200 "which sonar-scanner && sonar-scanner" || true
programs/build_helpers/buildstep run.sonar 1500 "which sonar-scanner && sonar-scanner" || true
programs/build_helpers/buildstep end 0
ccache -s

9 changes: 7 additions & 2 deletions programs/build_helpers/build_protocol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ programs/build_helpers/buildstep -s 3500
ccache -s
programs/build_helpers/buildstep Prepare 1 "sed -i '/tests/d' libraries/fc/CMakeLists.txt"
programs/build_helpers/buildstep cmake 5 "cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=--coverage -DCMAKE_CXX_FLAGS=--coverage -DBoost_USE_STATIC_LIBS=OFF -DCMAKE_CXX_OUTPUT_EXTENSION_REPLACE=ON ."
programs/build_helpers/buildstep make.fc 200 "make -j 2 fc"
programs/build_helpers/buildstep make.custom_auths 1000 "make -j 2 graphene_protocol"
programs/build_helpers/buildstep make.fc 230 "make -j 2 fc"
programs/build_helpers/buildstep make.protocol 250 "make -j 2 graphene_protocol"
programs/build_helpers/buildstep make.chain 450 "make -j 2 graphene_chain"
programs/build_helpers/buildstep make.node 450 "make -j 2 witness_node"
programs/build_helpers/buildstep make.cli 450 "make -j 2 cli_wallet"
programs/build_helpers/buildstep make.cli_test 450 "make -j 2 cli_test"
programs/build_helpers/buildstep make.chain_test 450 "make -j 2 chain_test"
programs/build_helpers/buildstep end 0
ccache -s

0 comments on commit 43b19ec

Please sign in to comment.