ci: upgrade conan version on github actions (#2021)

main
Luis Díaz Más 4 years ago committed by GitHub
parent 65fad9db0e
commit 1b533035d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,11 +19,10 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.39.0
pip3 install conan==1.43.0
- name: Conan common config
run: |
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
conan profile update settings.compiler.libcxx=libstdc++11 default

@ -16,11 +16,10 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.39.0
pip3 install conan==1.43.0
- name: Conan common config
run: |
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.compiler.libcxx=libstdc++11 default
@ -65,11 +64,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install valgrind ninja-build
pip3 install conan==1.39.0
pip3 install conan==1.43.0
- name: Conan common config
run: |
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.compiler.libcxx=libstdc++11 default
@ -104,11 +102,10 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.39.0
pip3 install conan==1.43.0
- name: Conan common config
run: |
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.compiler.libcxx=libstdc++11 default
@ -143,11 +140,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install valgrind doxygen graphviz gettext
pip3 install conan==1.39.0
pip3 install conan==1.43.0
- name: Conan common config
run: |
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.compiler.libcxx=libstdc++11 default

@ -46,7 +46,7 @@ jobs:
- name: Install Conan & Common config
run: |
pip.exe install "conan==1.39.0"
pip.exe install "conan==1.43.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

@ -31,8 +31,7 @@ jobs:
- name: Install Conan & Common config
run: |
pip.exe install "conan==1.39.0"
conan config install https://github.com/conan-io/conanclientcert.git
pip.exe install "conan==1.43.0"
conan profile new --detect default
conan profile show default
@ -65,12 +64,11 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.39.0
pip3 install conan==1.43.0
- name: Conan
run: |
mkdir build && cd build
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.compiler.libcxx=libstdc++11 default
conan profile show default

@ -17,11 +17,10 @@ jobs:
- name: install dependencies
run: |
pip3 install conan==1.39.0
pip3 install conan==1.43.0
- name: Conan common config
run: |
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.compiler.libcxx=libstdc++11 default

@ -21,15 +21,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install ninja-build
sudo apt-get install gettext
pip3 install conan==1.39.0
sudo apt-get install doxygen
sudo apt-get install graphviz
sudo apt-get install ninja-build gettext doxygen graphviz
pip3 install conan==1.43.0
- name: Conan common config
run: |
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.build_type=Release default
conan profile update settings.compiler.libcxx=libstdc++11 default
@ -117,7 +113,7 @@ jobs:
- name: Install Conan & Common config
run: |
pip.exe install "conan==1.39.0"
pip.exe install "conan==1.43.0"
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.build_type=Release default

Loading…
Cancel
Save