Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4498f6d

Browse files
authoredNov 12, 2022
Don't use custom gtest and fixed license (#183)
1 parent 0335289 commit 4498f6d

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed
 

‎.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,6 @@ jobs:
9393
run: |
9494
which ninja
9595
ninja --version
96-
- if: matrix.os == 'macos-latest' # Install gtest in order to avoid problems with cmake 2.8 on macOS
97-
run: |
98-
git clone --depth 1 --branch release-1.11.0 https://github.com/google/googletest ${HOME}/gtest
99-
mkdir ${HOME}/gtest/build
100-
pushd ${HOME}/gtest/build
101-
cmake -DCMAKE_CXX_FLAGS="-std=c++11" ..
102-
make -j8
103-
make install
104-
popd
10596
- name: Run tests
10697
run: |
10798
python test/local_run.py --profile --editor ${{ matrix.vim_executable }} --out_dir .

‎CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ We actively welcome your pull requests:
2626
5. Make sure your code lints.
2727
6. Issue that pull request!
2828

29-
## Any contributions you make will be under the GNU GPL 3.0 Software License
29+
## Any contributions you make will be under the MIT License
3030

31-
In short, when you submit code changes, your submissions are understood to be under the same [GNU GPL 3.0 License](LICENSE) that covers the project.
31+
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](LICENSE) that covers the project.
3232
Feel free to contact the maintainers if that's a concern.
3333

3434
## Report bugs using Github's [issues](https://github.com/ilyachur/cmake4vim/issues)

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<a href="https://codecov.io/gh/ilyachur/cmake4vim"><img src="https://codecov.io/gh/ilyachur/cmake4vim/branch/master/graph/badge.svg" alt="Code coverage"/></a>
77
<a href="https://github.com/ilyachur/cmake4vim/issues"><img src="https://img.shields.io/github/issues/ilyachur/cmake4vim" alt="Issues"/></a>
88
<a href="https://github.com/ilyachur/cmake4vim/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"/></a>
9-
<a href="https://gitter.im/cmake4vim/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge><img src="https://badges.gitter.im/cmake4vim/Lobby.svg" alt="Gitter"/></a>
109
<a href="https://github.com/ilyachur/cmake4vim/commits/master"><img src="https://img.shields.io/github/last-commit/ilyachur/cmake4vim" alt="Latest commit"/></a>
11-
<a href="https://github.com/ilyachur/cmake4vim/stargazers"><img src="https://img.shields.io/github/stars/ilyachur/cmake4vim" alt="Repository's starts"/></a>
10+
<a href="https://github.com/ilyachur/cmake4vim/stargazers"><img src="https://img.shields.io/github/stars/ilyachur/cmake4vim" alt="Repository's stars"/></a>
1211
<a href="https://gitter.im/cmake4vim/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/cmake4vim/Lobby.svg" alt="Join the chat"/></a>
1312
</p>
1413

0 commit comments

Comments
 (0)
Please sign in to comment.