Created
August 3, 2015 15:17
-
-
Save tk3/6579b3185870864ce1f1 to your computer and use it in GitHub Desktop.
build_config.rb to YAML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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