mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Removed unnecessary files from mruby-sleep; #4702
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
/mruby
|
||||
|
||||
*.so
|
||||
*.a
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user