-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update required CMake version to 3.24 and Conan to 2.5.0
Fix README.md, GitHub workflows, Dockerfile, Python package release scripts
- Loading branch information
Showing
8 changed files
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ jobs: | |
with: | ||
python-version: "3.7" | ||
os: "ubuntu-20.04" | ||
cmake-version: "3.19.x" | ||
cmake-version: "3.24.x" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ on: | |
type: string | ||
cmake-version: | ||
description: "CMake version to use" | ||
default: "3.19.x" | ||
default: "3.24.x" | ||
required: false | ||
type: string | ||
|
||
|
@@ -69,11 +69,11 @@ jobs: | |
- name: Install Conan | ||
uses: turtlebrowser/[email protected] | ||
with: | ||
version: "1.64" | ||
version: "2.5.0" | ||
|
||
- name: Setup Conan profile | ||
run: | | ||
conan profile new --detect default | ||
conan profile detect --force | ||
- name: Print environment | ||
run: | | ||
|
@@ -97,8 +97,8 @@ jobs: | |
echo "conan Python: $conan_python" | ||
echo -n "conan Python platform: " | ||
$conan_python -c "import platform; print(platform.platform())" | ||
echo "conan profile show default" | ||
conan profile show default | ||
echo "conan profile show" | ||
conan profile show | ||
echo "gcc --version" | ||
gcc --version | ||
echo "g++ --version" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,16 +54,16 @@ jobs: | |
- name: Install CMake | ||
uses: jwlawson/[email protected] | ||
with: | ||
cmake-version: "3.19.x" | ||
cmake-version: "3.24.x" | ||
|
||
- name: Install Conan | ||
uses: turtlebrowser/[email protected] | ||
with: | ||
version: "1.64" | ||
version: "2.5.0" | ||
|
||
- name: Setup Conan profile | ||
run: | | ||
conan profile new --detect default | ||
conan profile detect --force | ||
- name: Print environment | ||
run: | | ||
|
@@ -87,8 +87,8 @@ jobs: | |
echo "conan Python: $conan_python" | ||
echo -n "conan Python platform: " | ||
$conan_python -c "import platform; print(platform.platform())" | ||
echo "conan profile show default" | ||
conan profile show default | ||
echo "conan profile show" | ||
conan profile show | ||
echo "gcc --version" | ||
gcc --version | ||
echo "g++ --version" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters