diff options
| author | ruki <[email protected]> | 2021-01-24 00:17:26 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-24 00:17:26 +0800 |
| commit | 74c973ec421432e0c9ff20e167021748e8e17ee2 (patch) | |
| tree | e0aef74653e451672f2387403ee7c1a9f4d508cb /tests/projects/package/basic/test.lua | |
| parent | 57bf2a8ec017fe9f3b3165f3e29b0c19e12d4fd0 (diff) | |
| parent | ff7f7fa64997a8f604807a9c85a8a07a3c181e81 (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.lua | 6 |
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() |
