We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdbf8e commit 1d7bab3Copy full SHA for 1d7bab3
libexec/build-macos-x86_64
@@ -50,6 +50,7 @@ bundle exec rake binary
50
# Test that the gem can be installed and used.
51
gem install pkg/libv8-node-$GEM_VERSION-$GEM_PLATFORM.gem
52
53
+rm -rf test/mini_racer
54
git clone https://github.com/rubyjs/mini_racer.git test/mini_racer --depth 1
55
cd test/mini_racer
56
ruby -i -ne "\$_ =~ /^\s+LIBV8_NODE_VERSION/ ? print(\" LIBV8_NODE_VERSION = \\\"$GEM_VERSION\\\"\\n\") : print" lib/mini_racer/version.rb
0 commit comments