mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 14:03:52 +00:00
ci: Update GTest to master (#470)
* ci: Update googletest to fix windows error * chore: Minor updates to CI versions
This commit is contained in:
parent
6f589b8443
commit
0cee321ef9
15
.github/workflows/tests.yml
vendored
15
.github/workflows/tests.yml
vendored
@ -13,15 +13,15 @@ jobs:
|
|||||||
name: Formatting
|
name: Formatting
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v2
|
||||||
- name: set PY
|
- 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
|
- uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pre-commit
|
path: ~/.cache/pre-commit
|
||||||
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
|
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:
|
cuda-build:
|
||||||
name: CUDA build only
|
name: CUDA build only
|
||||||
@ -107,9 +107,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 3.15.6
|
version: 3.15.6
|
||||||
if: success() || failure()
|
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)
|
- name: CMake 3.16 (full)
|
||||||
uses: ./.github/actions/cmake_config
|
uses: ./.github/actions/cmake_config
|
||||||
with:
|
with:
|
||||||
version: 3.16.2
|
version: 3.17.3
|
||||||
options: -DCLI11_SANITIZERS=ON -DCLI11_BUILD_EXAMPLES_JSON=ON
|
options: -DCLI11_SANITIZERS=ON -DCLI11_BUILD_EXAMPLES_JSON=ON
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
2
extern/googletest
vendored
2
extern/googletest
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 2fe3bd994b3189899d93f1d5a881e725e046fdc2
|
Subproject commit 859bfe8981d6724c4ea06e73d29accd8588f3230
|
Loading…
x
Reference in New Issue
Block a user