Sha256: 089e0626308bd88f5d3a560001c5fad6a841daeff0e7fa0d54f0e048c8e81840

Contents?: true

Size: 443 Bytes

Versions: 12

Compression:

Stored size: 443 Bytes

Contents

# -*- mode: ruby; coding: utf-8 -*-


%w[../xot .]
  .map  {|s| File.expand_path "#{s}/lib", __dir__}
  .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)}

require 'rucy/rake'

require 'xot/module'
require 'rucy/module'


MODULES    = [Xot, Rucy]
NPARAM_MAX = 8
NTIMES     = (0..NPARAM_MAX)

build_native_library
build_ruby_extension dlname: :tester
test_ruby_extension
generate_documents
build_ruby_gem

task :default => :test

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rucy-0.1.26 Rakefile
rucy-0.1.25 Rakefile
rucy-0.1.24 Rakefile
rucy-0.1.23 Rakefile
rucy-0.1.22 Rakefile
rucy-0.1.21 Rakefile
rucy-0.1.20 Rakefile
rucy-0.1.18 Rakefile
rucy-0.1.16 Rakefile
rucy-0.1.15 Rakefile
rucy-0.1.14 Rakefile
rucy-0.1.13 Rakefile