ci: Update GTest to master (#470)

* ci: Update googletest to fix windows error

* chore: Minor updates to CI versions
This commit is contained in:
Henry Schreiner 2020-06-01 15:29:15 -04:00 committed by GitHub
parent 41a9c294d0
commit 50bfb5aa1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e Subproject commit 859bfe8981d6724c4ea06e73d29accd8588f3230