-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
778 additions
and
67 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
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 |
---|---|---|
|
@@ -2,4 +2,8 @@ | |
libcheck/0.15.2 | ||
|
||
[generators] | ||
cmake | ||
CMakeDeps | ||
CMakeToolchain | ||
|
||
[options] | ||
libcheck/*:with_subunit=False |
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
Oops, something went wrong.