github CI: update conan
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
ff7bfb3798
commit
7bb890f394
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
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y tree
|
sudo apt install -y tree
|
||||||
python3 -m pip install conan==1.55.0 ninja
|
python3 -m pip install conan==1.59.0 ninja
|
||||||
|
|
||||||
- name: Conan common config
|
- name: Conan common config
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install conan==1.55.0 gcovr ninja
|
python3 -m pip install conan==1.59.0 gcovr ninja
|
||||||
|
|
||||||
- name: Conan common config
|
- name: Conan common config
|
||||||
run: |
|
run: |
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y valgrind
|
sudo apt install -y valgrind
|
||||||
python3 -m pip install conan==1.55.0 ninja
|
python3 -m pip install conan==1.59.0 ninja
|
||||||
|
|
||||||
- name: Conan common config
|
- name: Conan common config
|
||||||
run: |
|
run: |
|
||||||
@ -102,7 +102,7 @@ jobs:
|
|||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install conan==1.55.0 ninja
|
python3 -m pip install conan==1.59.0 ninja
|
||||||
|
|
||||||
- name: Conan common config
|
- name: Conan common config
|
||||||
run: |
|
run: |
|
||||||
@ -136,7 +136,7 @@ jobs:
|
|||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y valgrind doxygen graphviz gettext
|
sudo apt install -y valgrind doxygen graphviz gettext
|
||||||
python3 -m pip install conan==1.55.0 ninja
|
python3 -m pip install conan==1.59.0 ninja
|
||||||
|
|
||||||
- name: Conan common config
|
- name: Conan common config
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install conan==1.55.0
|
python3 -m pip install conan==1.59.0
|
||||||
sudo add-apt-repository ppa:ubuntu-lxc/daily -y
|
sudo add-apt-repository ppa:ubuntu-lxc/daily -y
|
||||||
wget -q -O - https://files.pvs-studio.com/etc/pubkey.txt |sudo apt-key add -
|
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
|
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list
|
||||||
|
|||||||
@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install conan==1.55.0 gcovr ninja
|
python3 -m pip install conan==1.59.0 gcovr ninja
|
||||||
|
|
||||||
- name: Conan common config
|
- name: Conan common config
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Conan & Common config
|
- name: Install Conan & Common config
|
||||||
run: |
|
run: |
|
||||||
python -m pip install conan==1.55.0
|
python -m pip install conan==1.59.0
|
||||||
conan profile new --detect default
|
conan profile new --detect default
|
||||||
conan profile show default
|
conan profile show default
|
||||||
conan profile update settings.build_type=Release default
|
conan profile update settings.build_type=Release default
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user