CI: bump conan version
This commit is contained in:
parent
4915a6ba8c
commit
66b009a57b
2
.github/workflows/on_PR_linux_matrix.yml
vendored
2
.github/workflows/on_PR_linux_matrix.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get install ninja-build
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get install ninja-build
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
pip3 install gcovr
|
||||
|
||||
- name: Conan common config
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get install valgrind ninja-build
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
@ -105,7 +105,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get install ninja-build
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
@ -139,7 +139,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get install valgrind doxygen graphviz gettext ninja-build
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
sudo add-apt-repository ppa:ubuntu-lxc/daily -y
|
||||
wget -q -O - https://files.pvs-studio.com/etc/pubkey.txt |sudo apt-key add -
|
||||
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list
|
||||
|
||||
2
.github/workflows/on_PR_windows_matrix.yml
vendored
2
.github/workflows/on_PR_windows_matrix.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
- name: Install Conan & Common config
|
||||
run: |
|
||||
pip.exe install "conan==1.52.0"
|
||||
pip.exe install "conan==1.54.0"
|
||||
conan config install https://github.com/conan-io/conanclientcert.git
|
||||
conan profile new --detect default
|
||||
conan profile update settings.build_type=${{matrix.build_type}} default
|
||||
|
||||
4
.github/workflows/on_push_BasicWinLinMac.yml
vendored
4
.github/workflows/on_push_BasicWinLinMac.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Install Conan & Common config
|
||||
run: |
|
||||
pip.exe install "conan==1.52.0"
|
||||
pip.exe install "conan==1.54.0"
|
||||
conan profile new --detect default
|
||||
conan profile show default
|
||||
conan profile update settings.compiler="Visual Studio" default
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get install ninja-build
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
|
||||
- name: Conan
|
||||
run: |
|
||||
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get install ninja-build
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
pip3 install gcovr
|
||||
|
||||
- name: Conan common config
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install ninja-build gettext doxygen graphviz
|
||||
pip3 install conan==1.52.0
|
||||
pip3 install conan==1.54.0
|
||||
|
||||
- name: Conan common config
|
||||
run: |
|
||||
@ -123,7 +123,7 @@ jobs:
|
||||
|
||||
- name: Install Conan & Common config
|
||||
run: |
|
||||
pip.exe install "conan==1.52.0"
|
||||
pip.exe install "conan==1.54.0"
|
||||
conan profile new --detect default
|
||||
conan profile show default
|
||||
conan profile update settings.build_type=Release default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user