mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
add installation as a travis test
Not only should we pass the test suite but we should also install successfully.
This commit is contained in:
parent
0a15feee9d
commit
d342257ae4
@ -1,2 +1,2 @@
|
|||||||
language: c
|
language: c
|
||||||
script: make cmake && make test
|
script: make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" && make test && make install
|
||||||
|
Loading…
Reference in New Issue
Block a user