testing
This commit is contained in:
parent
36c60e1eb0
commit
5518e1f7aa
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ class MsgCli < Formula
|
||||||
# system "cmake", "-S", ".", "-B", "build", *std_cmake_args
|
# system "cmake", "-S", ".", "-B", "build", *std_cmake_args
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def post_install
|
||||||
|
system "guild", "compile", "-o", "#{prefix}/lib/guile/3.0/site/ccache/msg/machine.go", "#{prefix}/share/guile/site/3.0/msg/machine.scm"
|
||||||
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
# `test do` will create, run in and delete a temporary directory.
|
# `test do` will create, run in and delete a temporary directory.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue