diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-15 13:23:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-15 13:23:18 +0800 |
commit | 363ebc292aa4029d7a6aef28dcca22fd147d9f85 (patch) | |
tree | e4ce0091b7e80366de9fa8ed1121dfa8ac7a34cc | |
parent | e49c99e87cf47171a2d9854963b1078de7d00a69 (diff) | |
download | lua-language-server-363ebc292aa4029d7a6aef28dcca22fd147d9f85.zip |
skip test in `arm64-apple-macos11`
-rw-r--r-- | make.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,10 @@ lm:copy "copy_bootstrap" { output = lm.bindir.."/main.lua", } +if lm.target == 'arm64-apple-macos11' then + return +end + lm:build "bee-test" { lm.bindir.."/lua-language-server"..exe, "3rd/bee.lua/test/test.lua", pool = "console", |