@@ -57,8 +57,7 @@ echo "⚙️ Testing GCC configurations..."
5757conan $1 . -pr gcc12 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=False' -o ' &:contracts=gsl-lite' -s compiler.cppstd=20 -b missing
5858conan $1 . -pr gcc13 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=True' -o ' &:contracts=none' -s compiler.cppstd=23 -b missing
5959conan $1 . -pr gcc14 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=False' -o ' &:contracts=ms-gsl' -s compiler.cppstd=23 -b missing
60- # gcc-15.0.1 has bugs preventing mp-units from compiling
61- # conan $1 . -pr gcc15 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=True' -o '&:contracts=gsl-lite' -s compiler.cppstd=26 -b missing
60+ conan $1 . -pr gcc15 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=True' -o ' &:contracts=gsl-lite' -s compiler.cppstd=26 -b missing
6261
6362echo " ⚙️ Testing Clang configurations..."
6463conan $1 . -pr clang16 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=False' -o ' &:contracts=gsl-lite' -s compiler.cppstd=20 -b missing
@@ -74,8 +73,7 @@ if [[ $run_debug ]]; then
7473 conan $1 . -pr gcc12 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=False' -o ' &:contracts=gsl-lite' -s compiler.cppstd=20 -b missing -s build_type=Debug
7574 conan $1 . -pr gcc13 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=True' -o ' &:contracts=none' -s compiler.cppstd=23 -b missing -s build_type=Debug
7675 conan $1 . -pr gcc14 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=False' -o ' &:contracts=ms-gsl' -s compiler.cppstd=23 -b missing -s build_type=Debug
77- # gcc-15.0.1 has bugs preventing mp-units from compiling
78- # conan $1 . -pr gcc15 -c user.mp-units.build:all=True -o '&:cxx_modules=False' -o '&:import_std=False' -o '&:std_format=True' -o '&:contracts=gsl-lite' -s compiler.cppstd=26 -b missing -s build_type=Debug
76+ conan $1 . -pr gcc15 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=True' -o ' &:contracts=gsl-lite' -s compiler.cppstd=26 -b missing -s build_type=Debug
7977
8078 echo " ⚙️ Testing Clang debug configurations..."
8179 conan $1 . -pr clang16 -c user.mp-units.build:all=True -o ' &:cxx_modules=False' -o ' &:import_std=False' -o ' &:std_format=False' -o ' &:contracts=gsl-lite' -s compiler.cppstd=20 -b missing -s build_type=Debug
0 commit comments