Skip to content

Commit

Permalink
Merge pull request #144 from pmienk/master
Browse files Browse the repository at this point in the history
Enable BOOST_WARN output, remove unsupported vsproj files.
  • Loading branch information
pmienk authored Mar 1, 2024
2 parents 4330e49 + 613f99a commit dd78d9e
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 1,508 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ jobs:
$BC_TEST_SINGLETON = $BC_TEST_EXES.FullName;
Write-Host "Executing $BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS" -ForegroundColor Yellow;
try {
Invoke-Expression "$BC_TEST_SINGLETON --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
Invoke-Expression "$BC_TEST_SINGLETON --log_level=warning --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
}
catch {
$ERR = $_;
Expand Down
1 change: 1 addition & 0 deletions builds/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ if (with-tests)

add_test( NAME libbitcoin-consensus-test COMMAND libbitcoin-consensus-test
--run_test=*
--log_level=warning
--show_progress=no
--detect_memory_leak=0
--report_level=no
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions builds/msvc/vs2013/libbitcoin-consensus-test/packages.config

This file was deleted.

62 changes: 0 additions & 62 deletions builds/msvc/vs2013/libbitcoin-consensus.import.props

This file was deleted.

17 changes: 0 additions & 17 deletions builds/msvc/vs2013/libbitcoin-consensus.import.xml

This file was deleted.

Loading

0 comments on commit dd78d9e

Please sign in to comment.