hone / mruby-cli

mruby-cli is a platform to build native command line applications for Linux, Windows, and OS X. It provides the tools necessary for building a standalone binary of your application from any machine. Take advantage of the power of Ruby without the cross-platform dependency headaches that go with it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public "release" command

adelevie opened this issue · comments

From the README:

Create the releases
Just type: docker-compose run release
After this command finishes, you'll see the releases for each target in the releases directory.

When I run this locally:

$ docker-compose run release
No such service: release

I looked in the Rakefile and the docker-compose.yml file and neither show any sign of a release command.

Was this command deprecated? If so, what is the best way to package releases? Will docker-compose run compile be sufficient?

commented

This is still on the roadmap for public use, we're using it internally to distribute mruby-cli for now.