File tree 3 files changed +3
-13
lines changed
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 93
93
run : |
94
94
which ninja
95
95
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
105
96
- name : Run tests
106
97
run : |
107
98
python test/local_run.py --profile --editor ${{ matrix.vim_executable }} --out_dir .
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ We actively welcome your pull requests:
26
26
5 . Make sure your code lints.
27
27
6 . Issue that pull request!
28
28
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
30
30
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.
32
32
Feel free to contact the maintainers if that's a concern.
33
33
34
34
## Report bugs using Github's [ issues] ( https://github.com/ilyachur/cmake4vim/issues )
Original file line number Diff line number Diff line change 6
6
<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>
7
7
<a href="https://github.com/ilyachur/cmake4vim/issues"><img src="https://img.shields.io/github/issues/ilyachur/cmake4vim" alt="Issues"/></a>
8
8
<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>
10
9
<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>
12
11
<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>
13
12
</p >
14
13
You can’t perform that action at this time.
0 commit comments