Skip to content

Commit

Permalink
Merge pull request #187 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 Feb 24, 2020
2 parents 3970ca1 + f221ca3 commit 52f90d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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 Down Expand Up @@ -89,6 +90,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 Down

0 comments on commit 52f90d6

Please sign in to comment.