File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
5050 - name : Test
5151 run : |
5252 export PATH=/home/xlings/.xlings_data/bin:$PATH
53- xmake run -y -vv templates_test
53+ xmake run templates_test
5454
5555 - name : Run examples
5656 run : |
5757 export PATH=/home/xlings/.xlings_data/bin:$PATH
58- xmake run -y -vv basic
58+ xmake run basic
5959
6060 build-macos :
6161 runs-on : macos-14
7171 run : |
7272 export PATH=/opt/homebrew/opt/llvm@20/bin:$PATH
7373 xmake f --toolchain=llvm --sdk=/opt/homebrew/opt/llvm@20 -m release -y -vv
74- xmake -y -vv build mcpplibs-templates -j$(sysctl -n hw.ncpu)
74+ xmake -y -vv -j$(sysctl -n hw.ncpu)
7575
7676 build-windows :
7777 runs-on : windows-latest
9292 xmake -y -vv -j$env:NUMBER_OF_PROCESSORS
9393
9494 - name : Test
95- run : xmake run -y -vv templates_test
95+ run : xmake run templates_test
9696
9797 - name : Run examples
98- run : xmake run -y -vv basic
98+ run : xmake run basic
Original file line number Diff line number Diff line change 4343 - name : Run tests
4444 run : |
4545 export PATH=/home/xlings/.xlings_data/bin:$PATH
46- xmake run -y -vv templates_test
46+ xmake run templates_test
4747
4848 - name : Create release package
4949 run : |
7373 run : |
7474 export PATH=/opt/homebrew/opt/llvm@20/bin:$PATH
7575 xmake f -p macosx -m release --toolchain=llvm --sdk=/opt/homebrew/opt/llvm@20 -y -vv
76- xmake -y -vv build mcpplibs-templates -j$(sysctl -n hw.ncpu)
76+ xmake -y -vv -j$(sysctl -n hw.ncpu)
7777
7878 - name : Create release package
7979 run : |
@@ -107,7 +107,7 @@ jobs:
107107 xmake -y -vv -j$env:NUMBER_OF_PROCESSORS
108108
109109 - name : Run tests
110- run : xmake run -y -vv templates_test
110+ run : xmake run templates_test
111111
112112 - name : Create release package
113113 shell : pwsh
You can’t perform that action at this time.
0 commit comments