summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-02-27 08:59:33 +0900
committerGitHub <[email protected]>2017-02-27 08:59:33 +0900
commit83a6c0e0a4eddd1980a0e41c0554b4c33ecbe7c4 (patch)
tree52b761e6b9d939d969fca304b715f8d8f01a7cb2 /Rakefile
parentfecbde328a2bc1f55b22648a3d5a5663d416343d (diff)
parentbc721ec45d05d8e5aebda4b8c49fb4183b056b50 (diff)
downloadmruby-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--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 3021bcc8e..dd14c8b02 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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