mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +02:00
ci: ci-test-package-cmake.yml
cleanup
This commit is contained in:
9
.github/workflows/ci-test-package-cmake.yml
vendored
9
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -142,13 +142,6 @@ jobs:
|
|||||||
std: 20,
|
std: 20,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
# In case a Conan docker image will be needed to provide a specific configuration we can use a Docker image as follows
|
|
||||||
# - {
|
|
||||||
# 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"]
|
build_type: ["Release", "Debug"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@@ -224,7 +217,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
conan config init
|
conan config init
|
||||||
conan remote add upload https://mpusz.jfrog.io/artifactory/api/conan/conan-oss
|
conan remote add artifactory https://mpusz.jfrog.io/artifactory/api/conan/conan-oss
|
||||||
if [[ "${{ matrix.config.compiler.type }}" == "GCC" || "${{ matrix.config.compiler.type }}" == "CLANG" ]]; then
|
if [[ "${{ matrix.config.compiler.type }}" == "GCC" || "${{ matrix.config.compiler.type }}" == "CLANG" ]]; then
|
||||||
conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default
|
conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user