summaryrefslogtreecommitdiff
path: root/script/ci/init.lua
blob: 8b1422915430206e418b2df0430953e12c0d4531 (plain)
1
2
3
4
5
6
7
8
9
if _G['VERSION'] then
    require 'ci.version'
    os.exit(0, true)
end

if _G['CHECK'] then
    require 'ci.check'
    os.exit(0, true)
end