| pool: | pool: | ||||
| vmImage: macOS-10.14 | vmImage: macOS-10.14 | ||||
| steps: | steps: | ||||
| - script: brew install gcc@9 ccache | |||||
| - script: brew install gcc@8 gcc@9 ccache | |||||
| displayName: Prepare System | displayName: Prepare System | ||||
| - script: | | - script: | | ||||
| set -eu | set -eu | 
| Compiler-ID: GNU | Compiler-ID: GNU | ||||
| C++-Version: C++17 | C++-Version: C++17 | ||||
| C++-Compiler: g++-8 | |||||
| C++-Compiler: g++-9 | |||||
| Flags: -D SPDLOG_COMPILED_LIB | Flags: -D SPDLOG_COMPILED_LIB | 
| C-Compiler: gcc-9 | C-Compiler: gcc-9 | ||||
| C++-Compiler: g++-9 | C++-Compiler: g++-9 | ||||
| Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type | Flags: -D SPDLOG_COMPILED_LIB -fconcepts -Werror=return-type | ||||
| Link-Flags: -static-libgcc -static-libstdc++ | |||||
| Debug: True | Debug: True | ||||
| Compiler-Launcher: ccache | Compiler-Launcher: ccache |