Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A task to package mruby-cli as deb or rpm #10

Closed
wants to merge 5 commits into from

Commits on Nov 18, 2015

  1. Improvement of the rake task compile

    * release task depends on compile task
    * check the presence of toolchain before running the compile task
    * remove superfluoous load of mrbtest.rake
    toch committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    6ef51e5 View commit details
    Browse the repository at this point in the history
  2. By default, rake task has to be run in-docker

    * abort the task if not run in-docker
    * env var MRUBY_CLI_LOCAL allows to run the rake task locally
    * local task can be added
    * refactoring of the check is-in-a-docker-container?
    toch committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    a4d2651 View commit details
    Browse the repository at this point in the history
  3. Fix broken bintests

    it seems that the options weren't correctly passed to the command.
    toch committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    b949478 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f240c09 View commit details
    Browse the repository at this point in the history
  5. A task package mruby-cli

    * documentation about package task
    * it adds a packaging task
    * it builds package for deb, rpm, msi, and dmg
    toch committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    1c365be View commit details
    Browse the repository at this point in the history