diff options
| author | Dan Engelbrecht <[email protected]> | 2023-11-07 10:12:58 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-07 10:12:58 +0100 |
| commit | 5db1993bd4b3526ad2953b80f5bd0b796233c703 (patch) | |
| tree | 106f2f7b835aa4f3b0fbc1e9432f6b54972a894f /xmake.lua | |
| parent | spdlog implementation hiding (#498) (diff) | |
| download | zen-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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |