diff options
| author | ruki <[email protected]> | 2023-03-20 22:29:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-03-20 22:29:12 +0800 |
| commit | 2891d0a122e4d320a7b3880810595652f21d0ce6 (patch) | |
| tree | 82c04a76178699ddd89499b62455f53d867bb86c /tests/test_utils/test_build.lua | |
| parent | 8f80d4f01d31bf3a873e7b5797d3ed97c569f23e (diff) | |
disable ccache on ci
Diffstat (limited to 'tests/test_utils/test_build.lua')
| -rw-r--r-- | tests/test_utils/test_build.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index 2a42e67d8..43941d320 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -17,7 +17,8 @@ function test_build:build(argv) os.exec("xmake uninstall --installdir=$(tmpdir) -D") end os.exec("xmake c -D") - os.exec("xmake f --mode=debug -D -y") + -- we force to enable ccache to test it on ci + os.exec("xmake f --mode=debug --policies=build.ccache:y -D -y") os.exec("xmake m -b") os.exec("xmake -r -a -D") os.exec("xmake m -e buildtest") |
