Skip to content

rooland-provisioning/ansible-role-rubymotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubymotion

Set RubyMotion development up. Please note, that this is unofficial role.

Requirements

This role handles only RubyMotion necessary stuff, so things like installing Ruby, RubyMine, etc. is out of the scope of this role.

Role Variables

  • rubymotion.platforms (required) -- list of platforms needed to be installed

Example Playbook

---
- hosts: localhost
  roles:
    - role: rooland-provisioning.rubymotion
      tags:
        - android
        - ios
        - osx
        - ruby
        - rubymotion
  vars:
    rubymotion:
      platforms:
        - platform_name:  apple
        - platform_name:  android

License

BSD

Author Information

Mailo Svetel

About

Set RubyMotion development up. Please note, that this is unofficial role.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors