summaryrefslogtreecommitdiff
path: root/tests/projects/package/basic/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-24 00:17:26 +0800
committerGitHub <[email protected]>2021-01-24 00:17:26 +0800
commit74c973ec421432e0c9ff20e167021748e8e17ee2 (patch)
treee0aef74653e451672f2387403ee7c1a9f4d508cb /tests/projects/package/basic/test.lua
parent57bf2a8ec017fe9f3b3165f3e29b0c19e12d4fd0 (diff)
parentff7f7fa64997a8f604807a9c85a8a07a3c181e81 (diff)
Merge pull request #1206 from xmake-io/ci
add freebsd ci
Diffstat (limited to 'tests/projects/package/basic/test.lua')
-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()