From 2f4e308ea87e7b7f7a843edc71031ae6cbb5925e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 24 Dec 2020 09:56:56 +0100 Subject: [PATCH] ci: gcc-10.2 CI added --- .github/workflows/ci-conan.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 890dc714..95e1273f 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -48,6 +48,12 @@ jobs: os: ubuntu-20.04, compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" } } + - { + name: "Ubuntu GCC 10.2.0", + os: ubuntu-20.04, + compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }, + docker_image: conanio/gcc10 + } build_type: [ "Release", "Debug" ] steps: - uses: actions/checkout@v2 @@ -90,7 +96,7 @@ jobs: conan profile update settings.compiler.libcxx=libc++ default fi conan profile show default - - name: Run conan-package-tools + - name: Run Conan Package Tools env: CONAN_USERNAME: mpusz CONAN_OPTIONS: mp-units:build_docs=False @@ -102,5 +108,6 @@ jobs: CC: ${{ matrix.config.compiler.cc }} CXX: ${{ matrix.config.compiler.cxx }} CONAN_${{ matrix.config.compiler.type }}_VERSIONS: ${{ matrix.config.compiler.version }} + CONAN_DOCKER_IMAGE: ${{ matrix.config.docker_image }} run: | python build.py