зеркало из https://github.com/github/memcached.git
Add Rubinius to release testing.
This commit is contained in:
Родитель
1d485aae6c
Коммит
7a2d0be898
7
Rakefile
7
Rakefile
|
@ -39,7 +39,8 @@ Echoe.new("memcached") do |p|
|
|||
"ext/libmemcached-*/**/*.s[oa]",
|
||||
"ext/libmemcached-*/**/*.l[oa]",
|
||||
"ext/conftest.dSYM",
|
||||
"lib/rlibmemcached*"]
|
||||
"lib/rlibmemcached*",
|
||||
"**/*.rbc"]
|
||||
end
|
||||
|
||||
task :exceptions do
|
||||
|
@ -63,6 +64,10 @@ task :test_all do
|
|||
puts "1.9 test failed"
|
||||
exit(1)
|
||||
end
|
||||
if !system("bash -c 'cd && source .bash_profile && rvm use rbx && cd - && rake clean && rake'")
|
||||
puts "Rubinius test failed"
|
||||
exit(1)
|
||||
end
|
||||
end
|
||||
|
||||
task :prerelease => [:test_all]
|
||||
|
|
Загрузка…
Ссылка в новой задаче