We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9487833 commit 803b73eCopy full SHA for 803b73e
.github/workflows/msbuild.yml
@@ -70,6 +70,7 @@ jobs:
70
- run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe clean -a
71
- run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe f -y -v --project=. "--file=./xmake.lua"
72
- run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe build -v -y -w --project=. "--file=./xmake.lua"
73
+ continue-on-error: true
74
75
- run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe f -y -v --project=. "--file=./xmake.lua" --mode=test
76
- run: xmake.exe build -v -y -w --project=. "--file=./xmake.lua" --group=test
0 commit comments