Skip to content

Commit

Permalink
Merge pull request #35 from emiatej9/feature/issue-34
Browse files Browse the repository at this point in the history
update googletest version to 1.11.0
  • Loading branch information
bab2min authored Sep 2, 2021
2 parents 0996518 + d59d89c commit 844474e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/centos5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- name: Checkout Old Version googletest
run: cd third_party/googletest && git checkout v1.8.x && cd ../..
- name: Configure Build
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DKIWI_USE_MIMALLOC=0 ..
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- name: Checkout Old Version googletest
run: cd third_party/googletest && git checkout v1.8.x && cd ../..
- name: Configure Build
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DKIWI_USE_MIMALLOC=0 ..
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
branch = v1.8.x
branch = master
2 changes: 1 addition & 1 deletion third_party/googletest
Submodule googletest updated 328 files

0 comments on commit 844474e

Please sign in to comment.