mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
3 lines
138 B
YAML
3 lines
138 B
YAML
language: c
|
|
script: make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" && make && make test > /dev/null 2>&1 && make install
|