You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ffi-clang/ext/rakefile.rb

13 lines
219 B
Ruby

require 'teapot'
task :default do
controller = Teapot::Controller.new(__dir__)
controller.fetch
packages = ["Dependencies/ffi-clang", "variant-release", "platform-darwin-osx"]
controller.build(packages)
end