Removed unnecessary files from mruby-sleep; #4702

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-09-12 06:54:09 +09:00
parent 13c3802073
commit 9383e9d469
3 changed files with 0 additions and 39 deletions
-4
View File
@@ -1,4 +0,0 @@
/mruby
*.so
*.a
-29
View File
@@ -1,29 +0,0 @@
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
@@ -1,6 +0,0 @@
MRuby::Build.new do |conf|
toolchain :gcc
conf.gembox 'default'
conf.gem '../mruby-sleep'
conf.enable_test
end