summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-12-30 17:46:22 +0900
committerKOBAYASHI Shuji <[email protected]>2019-12-30 17:46:22 +0900
commitb96fa664b07618e823130d8e33ef9797a38f5d31 (patch)
treefd5b6536a1e0da1fd32170bb8ddbcdc299beedf3 /tasks
parent4327f369404e1c0adc5e3e7e59fe4916341ab685 (diff)
downloadmruby-b96fa664b07618e823130d8e33ef9797a38f5d31.tar.gz
mruby-b96fa664b07618e823130d8e33ef9797a38f5d31.zip
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.
Diffstat (limited to 'tasks')
-rw-r--r--tasks/gitlab.rake2
1 files changed, 1 insertions, 1 deletions
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 }