mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
ci: clang-13 support added for Conan
This commit is contained in:
6
.github/workflows/ci-conan.yml
vendored
6
.github/workflows/ci-conan.yml
vendored
@@ -126,6 +126,12 @@ jobs:
|
|||||||
conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default
|
conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default
|
||||||
fi
|
fi
|
||||||
conan profile show default
|
conan profile show default
|
||||||
|
- name: Add support for clang-13 to Conan's settings.yml
|
||||||
|
# TODO Remove when Conan will support clang-13
|
||||||
|
if: matrix.config.compiler.type == 'CLANG'
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sed -i -e 's/"8", "9", "10", "11", "12"]/"8", "9", "10", "11", "12", "13"]/' ~/.conan/settings.yml
|
||||||
- name: Run Conan Package Tools
|
- name: Run Conan Package Tools
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
6
.github/workflows/ci-test-package-cmake.yml
vendored
6
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -144,6 +144,12 @@ jobs:
|
|||||||
conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default
|
conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default
|
||||||
fi
|
fi
|
||||||
conan profile show default
|
conan profile show default
|
||||||
|
- name: Add support for clang-13 to Conan's settings.yml
|
||||||
|
# TODO Remove when Conan will support clang-13
|
||||||
|
if: matrix.config.compiler.type == 'CLANG'
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
sed -i -e 's/"8", "9", "10", "11", "12"]/"8", "9", "10", "11", "12", "13"]/' ~/.conan/settings.yml
|
||||||
- name: Install Conan dependencies
|
- name: Install Conan dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user