summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorTomasz Dabrowski <[email protected]>2016-11-20 14:22:49 +0100
committerTomasz Dabrowski <[email protected]>2017-02-16 13:50:27 +0100
commitbc721ec45d05d8e5aebda4b8c49fb4183b056b50 (patch)
tree545651091a7094ef2fa95e5a1fc80759a7971001 /Rakefile
parentb165708c8deba00685f9a27926c554aaa7f3b0fb (diff)
downloadmruby-bc721ec45d05d8e5aebda4b8c49fb4183b056b50.tar.gz
mruby-bc721ec45d05d8e5aebda4b8c49fb4183b056b50.zip
Gitlab tests for multiple configurations
Gitlab testing is introduced, using GitLab CI, to test many different configurations: - 32/64 bit architecture - float/double - 16/32/64 bit int size - none/NaN/word boxing - ASCII/UTF8 using various compilers: - gcc-4.7 - gcc-4.8 - gcc-4.9 - gcc-5 - gcc-6 - clang-3.5 - clang-3.6 - clang-3.7 - clang-3.8 - clang-3.9
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