We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f3564 commit deef73dCopy full SHA for deef73d
.github/workflows/linux.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Tests
40
run: |
41
- xmake lua -v -D tests/run.lua
+ xmake lua -v -D tests/run.lua toolchain_muslcc
42
xrepo --version
43
44
- name: Artifact
tests/test_utils/test_build.lua
@@ -1,7 +1,7 @@
1
local test_build = {}
2
3
function test_build:build(argv)
4
- os.exec("xmake f -c -D -y")
+ os.exec("xmake f -c -vD -y")
5
os.exec("xmake")
6
os.rm("build")
7
os.exec("xmake f -c -D -y --policies=compatibility.version:3.0")
0 commit comments