Commit cdd383b4 authored by lovedheart's avatar lovedheart Committed by GitHub

Update graphene.rb

parent d4c4cfdf
...@@ -18,8 +18,14 @@ class Graphene < Package ...@@ -18,8 +18,14 @@ class Graphene < Package
def self.install def self.install
Dir.chdir("_build") do Dir.chdir("_build") do
system "ninja test"
system "ninja install" system "ninja install"
end end
end end
def self.check
Dir.chdir("_build") do
system "ninja test"
end
end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment