summaryrefslogtreecommitdiff
path: root/tests/projects/package/basic/test.lua
blob: 8644a2af9e70f6a3a9d101f1deb81f1957ae9834 (plain)
1
2
3
4
5
6
function main(t)
    -- only for x86/x64, because it will take too long time on ci with arm/mips
    if os.subarch():startswith("x") or os.subarch() == "i386" then
        t:build()
    end
end