Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Aug 7, 2016
1 parent 9f1061a commit 2033ba7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
language: c
branches:
only:
- master
compiler:
- gcc
- clang
before_install:
- sudo apt-get -qq update
install:
- sudo apt-get -qq install rake bison git gperf
before_script:
- cd ../
- git clone https://github.com/mruby/mruby.git
- cd mruby
- cp -fp ../mruby-shellwords/.travis_build_config.rb build_config.rb
script:
- make
5 changes: 5 additions & 0 deletions .travis_build_config.rb
@@ -0,0 +1,5 @@
MRuby::Build.new do |conf|
toolchain :gcc
conf.gembox 'default'
conf.gem '../mruby-shellwords'
end

0 comments on commit 2033ba7

Please sign in to comment.