Skip to content

Commit

Permalink
Merge pull request #2112 from bitshares/fix-github-autobuild
Browse files Browse the repository at this point in the history
Fix Github auto-build
  • Loading branch information
abitmore authored May 5, 2020
2 parents 1db00cb + 3c4764d commit 91d99b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
mkdir -p _build
pushd _build
export -n BOOST_ROOT BOOST_INCLUDEDIR BOOST_LIBRARYDIR
cmake -D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_OUTPUT_EXTENSION_REPLACE=ON \
-D CMAKE_C_COMPILER=gcc \
Expand All @@ -68,7 +69,7 @@ jobs:
_build/tests/app_test
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test
libraries/fc/tests/run-parallel-tests.sh _build/tests/cli_test
libraries/fc/tests/run-parallel-tests.sh _build/tests/es_test
_build/tests/es_test
- name: Node-Test
run: |
pushd _build
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
run: |
mkdir -p _build
pushd _build
export -n BOOST_ROOT BOOST_INCLUDEDIR BOOST_LIBRARYDIR
cmake -D CMAKE_BUILD_TYPE=Debug \
-D CMAKE_CXX_OUTPUT_EXTENSION_REPLACE=ON \
-D CMAKE_C_COMPILER=gcc \
Expand All @@ -131,7 +133,7 @@ jobs:
_build/tests/app_test
libraries/fc/tests/run-parallel-tests.sh _build/tests/chain_test
libraries/fc/tests/run-parallel-tests.sh _build/tests/cli_test
libraries/fc/tests/run-parallel-tests.sh _build/tests/es_test
_build/tests/es_test
- name: Node-Test
run: |
pushd _build
Expand Down

0 comments on commit 91d99b5

Please sign in to comment.