mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
Version update (#1219)
update changelog for 2.6 release --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -49,8 +49,6 @@ jobs:
|
||||
build-mode: autobuild
|
||||
- language: python
|
||||
build-mode: none
|
||||
- language: ruby
|
||||
build-mode: none
|
||||
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
|
||||
# Use `c-cpp` to analyze code written in C, C++ or both
|
||||
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
|
||||
|
||||
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -127,9 +127,9 @@ jobs:
|
||||
run: cmake --build build -j2
|
||||
|
||||
cuda12-build:
|
||||
name: CUDA 12 build only
|
||||
name: CUDA 13 build only
|
||||
runs-on: ubuntu-latest
|
||||
container: nvidia/cuda:12.3.1-devel-ubuntu22.04
|
||||
container: nvidia/cuda:13.0.0-devel-ubuntu22.04
|
||||
steps:
|
||||
- name: Add build tools
|
||||
run: apt-get update && apt-get install -y wget git cmake
|
||||
@@ -387,3 +387,9 @@ jobs:
|
||||
cmake-version: "4.0"
|
||||
args: -DCLI11_BUILD_EXAMPLES_JSON=ON
|
||||
if: success() || failure()
|
||||
|
||||
- name: Check CMake 4.1
|
||||
uses: ./.github/actions/quick_cmake
|
||||
with:
|
||||
cmake-version: "4.1"
|
||||
if: success() || failure()
|
||||
|
||||
Reference in New Issue
Block a user