mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 05:33:53 +00:00
chore: bump jwlawson/actions-setup-cmake from 1.9 to 1.10 (#634)
Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.9 to 1.10. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.9...v1.10) --- updated-dependencies: - dependency-name: jwlawson/actions-setup-cmake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f0435f390
commit
2d2372d596
36
.github/workflows/tests.yml
vendored
36
.github/workflows/tests.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Add wget
|
- name: Add wget
|
||||||
run: apt-get update && apt-get install -y wget
|
run: apt-get update && apt-get install -y wget
|
||||||
- name: Setup cmake
|
- name: Setup cmake
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
|
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
|
||||||
- name: Build
|
- name: Build
|
||||||
@ -41,14 +41,14 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: CMake 3.4
|
- name: CMake 3.4
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.4"
|
cmake-version: "3.4"
|
||||||
- name: Check CMake 3.4
|
- name: Check CMake 3.4
|
||||||
uses: ./.github/actions/quick_cmake
|
uses: ./.github/actions/quick_cmake
|
||||||
|
|
||||||
- name: CMake 3.5
|
- name: CMake 3.5
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.5"
|
cmake-version: "3.5"
|
||||||
- name: Check CMake 3.5
|
- name: Check CMake 3.5
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.6
|
- name: CMake 3.6
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.6"
|
cmake-version: "3.6"
|
||||||
- name: Check CMake 3.6
|
- name: Check CMake 3.6
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.7
|
- name: CMake 3.7
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.7"
|
cmake-version: "3.7"
|
||||||
- name: Check CMake 3.7
|
- name: Check CMake 3.7
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.8
|
- name: CMake 3.8
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.8"
|
cmake-version: "3.8"
|
||||||
- name: Check CMake 3.8
|
- name: Check CMake 3.8
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.9
|
- name: CMake 3.9
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.9"
|
cmake-version: "3.9"
|
||||||
- name: Check CMake 3.9
|
- name: Check CMake 3.9
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.10
|
- name: CMake 3.10
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.10"
|
cmake-version: "3.10"
|
||||||
- name: Check CMake 3.10
|
- name: Check CMake 3.10
|
||||||
@ -96,7 +96,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.11
|
- name: CMake 3.11
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.11"
|
cmake-version: "3.11"
|
||||||
- name: Check CMake 3.11 (full)
|
- name: Check CMake 3.11 (full)
|
||||||
@ -106,7 +106,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.12
|
- name: CMake 3.12
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.12"
|
cmake-version: "3.12"
|
||||||
- name: Check CMake 3.12
|
- name: Check CMake 3.12
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.13
|
- name: CMake 3.13
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.13"
|
cmake-version: "3.13"
|
||||||
- name: Check CMake 3.13
|
- name: Check CMake 3.13
|
||||||
@ -122,7 +122,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.14
|
- name: CMake 3.14
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.14"
|
cmake-version: "3.14"
|
||||||
- name: Check CMake 3.14
|
- name: Check CMake 3.14
|
||||||
@ -130,7 +130,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.15
|
- name: CMake 3.15
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.15"
|
cmake-version: "3.15"
|
||||||
- name: Check CMake 3.15
|
- name: Check CMake 3.15
|
||||||
@ -138,7 +138,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.16
|
- name: CMake 3.16
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.16"
|
cmake-version: "3.16"
|
||||||
- name: Check CMake 3.16
|
- name: Check CMake 3.16
|
||||||
@ -146,7 +146,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.17
|
- name: CMake 3.17
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.17"
|
cmake-version: "3.17"
|
||||||
- name: Check CMake 3.17
|
- name: Check CMake 3.17
|
||||||
@ -154,7 +154,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.18
|
- name: CMake 3.18
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.18"
|
cmake-version: "3.18"
|
||||||
- name: Check CMake 3.18
|
- name: Check CMake 3.18
|
||||||
@ -162,7 +162,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.19
|
- name: CMake 3.19
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.19"
|
cmake-version: "3.19"
|
||||||
- name: Check CMake 3.19 (full)
|
- name: Check CMake 3.19 (full)
|
||||||
@ -172,7 +172,7 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
- name: CMake 3.20
|
- name: CMake 3.20
|
||||||
uses: jwlawson/actions-setup-cmake@v1.9
|
uses: jwlawson/actions-setup-cmake@v1.10
|
||||||
with:
|
with:
|
||||||
cmake-version: "3.20"
|
cmake-version: "3.20"
|
||||||
- name: Check CMake 3.20
|
- name: Check CMake 3.20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user