diff options
| author | ruki <[email protected]> | 2025-01-21 00:01:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-21 00:01:32 +0800 |
| commit | 014838d6d7b370a0825ef320a0df30136d9ea0f1 (patch) | |
| tree | c67d80878fb5405b693fda13be04930f836865ac /tests/test_utils/test_build.lua | |
| parent | c61d7bb40353b161da913bdcbc6fa399e36164a1 (diff) | |
fix ci for v3.0
Diffstat (limited to 'tests/test_utils/test_build.lua')
| -rw-r--r-- | tests/test_utils/test_build.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index 8a2b75ce9..cc4111552 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -4,8 +4,7 @@ function test_build:build(argv) os.exec("xmake f -c -D -y") os.exec("xmake") os.rm("build") - --os.exec("xmake f -c -D -y --policies=compatibility.version:3.0") - os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") -- FIXME + os.exec("xmake f -c -D -y --policies=compatibility.version:3.0") os.exec("xmake -r") end |
