From bc721ec45d05d8e5aebda4b8c49fb4183b056b50 Mon Sep 17 00:00:00 2001 From: Tomasz Dabrowski Date: Sun, 20 Nov 2016 14:22:49 +0100 Subject: 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 --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') 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 -- cgit v1.2.3