mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00: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:

committed by
Thiago de Arruda

parent
0a15feee9d
commit
d342257ae4
@@ -1,2 +1,2 @@
|
||||
language: c
|
||||
script: make cmake && make test
|
||||
script: make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" && make test && make install
|
||||
|
Reference in New Issue
Block a user