Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux CI config improvements #2217

Merged
merged 4 commits into from
Apr 10, 2021

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    bc344e9 View commit details
    Browse the repository at this point in the history
  2. CI linux: add missing build_type

    for g++-8 C++14, g++10 C++17, g++10 C++20
    alexezeder committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    c254fec View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    663a827 View commit details
    Browse the repository at this point in the history
  2. CI linux: add clang++-11 C++20 (with LLVM libc++) build

     * find-package-test fixed by passing CXX_FLAGS, i.e. -stdlib=libc++
     * std::array usage in compile-test.cc replaced with plain array, because
       <array> header was not included
    alexezeder committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    a7a3218 View commit details
    Browse the repository at this point in the history