Removed unnecessary files from `mruby-sleep`; #4702

parent 13c38020
/mruby
*.so
*.a
\ No newline at end of file
dist: trusty
language: c
compiler:
- gcc
- clang
env:
- MRUBY_VERSION=1.2.0
- MRUBY_VERSION=master
matrix:
allow_failures:
- env: MRUBY_VERSION=master
branches:
only:
- master
addons:
apt:
packages:
- rake
- bison
- git
- gperf
# - aclocal
# - automake
# - autoconf
# - autotools-dev
script:
- rake test
\ No newline at end of file
MRuby::Build.new do |conf|
toolchain :gcc
conf.gembox 'default'
conf.gem '../mruby-sleep'
conf.enable_test
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment