Skip to content

Instantly share code, notes, and snippets.

@tk3
Created August 3, 2015 15:17
Show Gist options
  • Save tk3/6579b3185870864ce1f1 to your computer and use it in GitHub Desktop.
Save tk3/6579b3185870864ce1f1 to your computer and use it in GitHub Desktop.
build_config.rb to YAML
build:
host:
toolchain: gcc
debug: enable
gembox: default
gem:
- 'examples/mrbgems/c_and_ruby_extension_example'
-
'examples/mrbgems/c_extension_example':
cc:
flags: << '-g'
-
github: 'masuidrive/mrbgems-example'
checksum_hash: '76518e8aecd131d047378448ac8055fa29d974a9'
-
git: '[email protected]:masuidrive/mrbgems-example.git'
branch: 'master'
options: '-v'
host-debug:
toolchain: gcc
debug: enable
bintest: enable
gembox: default
cc:
defines: '%w(ENABLE_DEBUG)'
gem:
core: mruby-bin-debugger
cross_build:
'32bit':
toolchain: gcc
cc:
flags: << '-m32'
linker:
flags: << '-m32'
build_mrbtest_lib_only:
gem:
- 'examples/mrbgems/c_and_ruby_extension_example'
test_runner:
command: 'env'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment