From b96fa664b07618e823130d8e33ef9797a38f5d31 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Mon, 30 Dec 2019 17:46:22 +0900 Subject: Use `rake` instead of `minirake` in `.gitlab-ci.yml` There was an error in the `.gitlab-ci.yml` generation script, so it was also fixed. --- tasks/gitlab.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks/gitlab.rake') diff --git a/tasks/gitlab.rake b/tasks/gitlab.rake index 97adb5835..31c8c044a 100644 --- a/tasks/gitlab.rake +++ b/tasks/gitlab.rake @@ -80,7 +80,7 @@ task :gitlab_config do _info += int_conf['16'] ? 'int16 ' : '' _info += int_conf['64'] ? 'int64 ' : '' _info += boxing_conf['NAN'] ? 'nan ' : '' - _info += boxing_conf['word'] ? 'word ' : '' + _info += boxing_conf['WORD'] ? 'word ' : '' _info += utf8_conf['UTF8'] ? 'utf8 ' : '' _info = _info.gsub(/ +/, ' ').strip.tr(' ', '_') configs << { '_info' => _info, 'CFLAGS' => "#{bit}#{env}", 'LDFLAGS' => bit.strip.to_s } -- cgit v1.2.3