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 98d0f16 commit e671fecCopy full SHA for e671fec
Rakefile
@@ -232,6 +232,8 @@ namespace :release do
232
# Depends on environment of @pitr-ch
233
234
task :checks do
235
+ raise '$CONCURRENT_JRUBY_HOME must be set' unless ENV['CONCURRENT_JRUBY_HOME']
236
+
237
Dir.chdir(__dir__) do
238
sh 'test -z "$(git status --porcelain)"' do |ok, res|
239
unless ok
@@ -262,6 +264,8 @@ namespace :release do
262
264
263
265
desc '* test actual installed gems instead of cloned repository on MRI and JRuby'
266
task :test do
267
268
269
270
puts "Testing with the installed gem"
271
0 commit comments