summaryrefslogtreecommitdiffhomepage
path: root/travis_config.rb
AgeCommit message (Expand)Author
2020-01-15Remove `debug` target from `travis_config.rb`.Yukihiro "Matz" Matsumoto
2019-12-27Revert "Enable sanitizer in travis test"; ref #4864Yukihiro "Matz" Matsumoto
2019-12-27Enable `MRB_GC_STRESS` test on CIKOBAYASHI Shuji
2019-12-19Enable sanitizer in travis testtake-cheeze
2019-09-13Fix warnings for invalid C++ option with `enable_cxx_abi`; ref #3618, #4703KOBAYASHI Shuji
2019-05-15Do not overwrite `conf.cc.defines`.Yukihiro "Matz" Matsumoto
2018-11-19Add `-fpermissive` to C++ compiler flags.Yukihiro "Matz" Matsumoto
2017-08-26Turn on method cache for Travis CI.Yukihiro "Matz" Matsumoto
2015-11-17Enable full-debug build on travis using `MRB_ENABLE_DEBUG_HOOK`Zachary Scott
2015-09-03Add build_mrbtest after config block is evaluatedZachary Scott
2015-09-01mruby-test should be opt-inZachary Scott
2015-06-01Compile mruby compiler as mrbgem.take_cheeze
2014-04-29turn on MRB_GC_STRESS for debug build on travisYukihiro "Matz" Matsumoto
2014-04-28enable bintest on TravisCI to see how it worksYukihiro "Matz" Matsumoto
2014-04-13disable fragile bintest on travis-ciYukihiro "Matz" Matsumoto
2014-04-13disable bintest for nowYukihiro "Matz" Matsumoto
2014-04-09Make bintest enabling like other `enable_xxx` methods.take_cheeze
2014-03-02remove explicit use of g++take_cheeze
2014-03-01define mrbconfs on all compilertake_cheeze
2014-03-01use g++ to linktake_cheeze
2014-03-01name c++ abi buildtake_cheeze
2014-03-01add cxx_abi travis testtake_cheeze
2014-02-24add -Werror=declaration-after-statementbggd
2014-02-10resolve conflict in travis_config.rbYukihiro "Matz" Matsumoto
2013-11-26append defines instead of assigningtake_cheeze
2013-11-24add enable_debug method to MRuby::Build and build debug version in travis-citake_cheeze
2013-11-22build with MRB_GC_FIXED_ARENA.Tomoyuki Sahara
2013-11-16enable bintest for travis CIfleuria
2013-07-25enabe MRB_DEBUG on travis_config.rbfleuria
2013-04-27Use gembox for travis buildDaniel Bovensiepen
2013-03-27Remove empty linemattn
2013-03-27Add travis_config.rbmattn