biobloom icon indicating copy to clipboard operation
biobloom copied to clipboard

Set up CI with Azure Pipelines

Open lcoombe opened this issue 4 years ago • 1 comments

lcoombe avatar Sep 25 '20 18:09 lcoombe

Changed -std=c++11 to -std=c++17 due to this error:

/usr/share/miniconda/envs/bbt_CI/include/boost/math/tools/config.hpp:23:6: error: #warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" [-Werror=cpp]
   23 | #    warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)"

lcoombe avatar Apr 25 '23 20:04 lcoombe