aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-11-07 10:12:58 +0100
committerGitHub <[email protected]>2023-11-07 10:12:58 +0100
commit5db1993bd4b3526ad2953b80f5bd0b796233c703 (patch)
tree106f2f7b835aa4f3b0fbc1e9432f6b54972a894f /xmake.lua
parentspdlog implementation hiding (#498) (diff)
downloadzen-5db1993bd4b3526ad2953b80f5bd0b796233c703.tar.xz
zen-5db1993bd4b3526ad2953b80f5bd0b796233c703.zip
bump xmake CI version to 2.8.2 (#514)
* bump xmake CI version to 2.8.2 * show test times in log
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 7109a62b9..aefdbefd2 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -256,6 +256,7 @@ task("test")
if name == "server" then
cmd = string.format("xmake run %s test", test)
end
+ cmd = string.format("%s --duration=true", cmd)
if use_junit_reporting then
local target = project.target(test)
local junit_report_file = path.join(junit_report_dir, string.format("junit-%s-%s-%s.xml", config.plat(), arch, test))