Skip to content

Commit

Permalink
Merge pull request #5652 from xmake-io/testbuild
Browse files Browse the repository at this point in the history
fix testbuild for v3.0
  • Loading branch information
waruqi authored Sep 24, 2024
2 parents b426084 + f9e2530 commit eecce19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils/test_build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local test_build = {}
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 -r")
end
Expand Down

0 comments on commit eecce19

Please sign in to comment.