Skip to content

Commit

Permalink
fix testbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Sep 24, 2024
1 parent c5ca153 commit f9e2530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_utils/test_build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ local test_build = {}
function test_build:build(argv)
os.exec("xmake f -c -D -y")
os.exec("xmake")
os.exec("xmake f -c -D -y --policies=compatibility.version:3.0")
os.rm("build")
os.exec("xmake f -c -D -y --policies=compatibility.version=3.0")
os.exec("xmake -r")
end

Expand Down

0 comments on commit f9e2530

Please sign in to comment.