diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-02-27 08:59:33 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-27 08:59:33 +0900 |
| commit | 83a6c0e0a4eddd1980a0e41c0554b4c33ecbe7c4 (patch) | |
| tree | 52b761e6b9d939d969fca304b715f8d8f01a7cb2 /Rakefile | |
| parent | fecbde328a2bc1f55b22648a3d5a5663d416343d (diff) | |
| parent | bc721ec45d05d8e5aebda4b8c49fb4183b056b50 (diff) | |
| download | mruby-83a6c0e0a4eddd1980a0e41c0554b4c33ecbe7c4.tar.gz mruby-83a6c0e0a4eddd1980a0e41c0554b4c33ecbe7c4.zip | |
Merge pull request #3458 from dabroz/gitlab-ci
GitLab.com tests for multiple configurations
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ load "#{MRUBY_ROOT}/tasks/libmruby.rake" load "#{MRUBY_ROOT}/tasks/benchmark.rake" +load "#{MRUBY_ROOT}/tasks/gitlab.rake" + ############################## # generic build targets, rules task :default => :all |
