summaryrefslogtreecommitdiff
path: root/tests/projects/package/basic
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-23 23:42:14 +0800
committerruki <[email protected]>2021-01-23 23:42:14 +0800
commitff7f7fa64997a8f604807a9c85a8a07a3c181e81 (patch)
tree2cfe42e648e53f6e9d9bdc8c3ea03888d1805098 /tests/projects/package/basic
parent2dc22b47699190241a63e5154a389b26b4ac38f3 (diff)
improve ci
Diffstat (limited to 'tests/projects/package/basic')
-rw-r--r--tests/projects/package/basic/test.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/package/basic/test.lua b/tests/projects/package/basic/test.lua
index 8644a2af9..4964fecaa 100644
--- a/tests/projects/package/basic/test.lua
+++ b/tests/projects/package/basic/test.lua
@@ -1,4 +1,10 @@
function main(t)
+
+ -- freebsd ci is slower
+ if is_host("bsd") then
+ return
+ end
+
-- 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()