mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-01-16 07:08:01 +00:00
Compare commits
2 Commits
41a9c294d0
...
611431ceb0
Author | SHA1 | Date | |
---|---|---|---|
|
611431ceb0 | ||
|
50bfb5aa1d |
12
.clang-tidy
12
.clang-tidy
@ -15,17 +15,7 @@ modernize*,
|
||||
readability-container-size-empty,
|
||||
'
|
||||
|
||||
WarningsAsErrors: '
|
||||
-*,
|
||||
google-*,
|
||||
-google-runtime-references,
|
||||
llvm-include-order,
|
||||
llvm-namespace-comment,
|
||||
misc-throw-by-value-catch-by-reference,
|
||||
modernize*,
|
||||
-modernize-use-trailing-return-type,
|
||||
readability-container-size-empty,
|
||||
'
|
||||
WarningsAsErrors: '*'
|
||||
|
||||
HeaderFilterRegex: '.*hpp'
|
||||
|
||||
|
15
.github/workflows/tests.yml
vendored
15
.github/workflows/tests.yml
vendored
@ -13,15 +13,15 @@ jobs:
|
||||
name: Formatting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- name: set PY
|
||||
run: echo "::set-env name=PY::$(python --version --version | sha256sum | cut -d' ' -f1)"
|
||||
run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
||||
- uses: pre-commit/action@v1.0.0
|
||||
- uses: pre-commit/action@v1.1.0
|
||||
|
||||
cuda-build:
|
||||
name: CUDA build only
|
||||
@ -107,9 +107,14 @@ jobs:
|
||||
with:
|
||||
version: 3.15.6
|
||||
if: success() || failure()
|
||||
- name: CMake 3.16
|
||||
uses: ./.github/actions/cmake_config
|
||||
with:
|
||||
version: 3.16.8
|
||||
if: success() || failure()
|
||||
- name: CMake 3.16 (full)
|
||||
uses: ./.github/actions/cmake_config
|
||||
with:
|
||||
version: 3.16.2
|
||||
version: 3.17.3
|
||||
options: -DCLI11_SANITIZERS=ON -DCLI11_BUILD_EXAMPLES_JSON=ON
|
||||
if: success() || failure()
|
||||
|
2
extern/googletest
vendored
2
extern/googletest
vendored
@ -1 +1 @@
|
||||
Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e
|
||||
Subproject commit 859bfe8981d6724c4ea06e73d29accd8588f3230
|
Loading…
Reference in New Issue
Block a user