diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 1ac3db1..4031cb0 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -60,6 +60,12 @@ jobs: extra: "CMD_CXXFLAGS=-std=c++11" name: "Ub-20 gcc-9 C++11, static" + - os: ubuntu-20.04 + cmp: gcc + configuration: default + extra: "CMD_CXXFLAGS=-std=c++11" + name: "Ub-20 gcc-9 C++11" + # - os: ubuntu-18.04 # cmp: clang # configuration: default @@ -93,6 +99,11 @@ jobs: configuration: default name: "Ub-20 clang-10" + - os: ubuntu-20.04 + cmp: clang + configuration: static + name: "Ub-20 clang-10, static" + # - os: macos-11 # cmp: clang # configuration: default