mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Removed testing for Homebrew installs
Fixes the luarocks/busted error. Homebrew isn't exactly being facilitated, so it's not an ideal solution, but it works.
This commit is contained in:
parent
baab238271
commit
1fcd332e8e
@ -11,8 +11,10 @@ class Neovim < Formula
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
system "make", "PREFIX=#{prefix}", "cmake"
|
||||
system "make", "PREFIX=#{prefix}"
|
||||
system "make", "PREFIX=#{prefix}", "install"
|
||||
system "sh", "-e", "scripts/compile-libuv.sh"
|
||||
system "sh", "-e", "scripts/compile-lua.sh"
|
||||
system "sh", "-e", "scripts/setup-test-tools.sh"
|
||||
system "cmake", "-DCMAKE_BUILD_TYPE=Debug", "-DCMAKE_PREFIX_PATH=.deps/usr", "-DLibUV_USE_STATIC=YES", "-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user