File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 -G Ninja `
5757 -B build `
5858 -DCMAKE_BUILD_TYPE=Release `
59+ -DOPTION_BUILD_CCVIEWER=OFF `
5960 -DCMAKE_INSTALL_PREFIX=install `
6061 -DPLUGIN_PYTHON=ON `
6162 -DPLUGIN_PYTHON_USE_EMBEDDED_MODULES=${{ matrix.use_embedded_modules }} `
@@ -102,6 +103,7 @@ jobs:
102103 -G Ninja `
103104 -B build `
104105 -DPLUGIN_PYTHON=ON `
106+ -DOPTION_BUILD_CCVIEWER=OFF `
105107 -DCMAKE_BUILD_TYPE=Release `
106108 -DPLUGIN_STANDARD_QM3C2=ON `
107109 .
@@ -137,8 +139,8 @@ jobs:
137139 folder : plugins/private/CloudCompare-PythonRuntime/docs/_build
138140
139141
140- MacOs -Build :
141- name : " macOs Build"
142+ macOS -Build :
143+ name : " macOS Build"
142144 runs-on : macos-latest
143145
144146 steps :
@@ -169,6 +171,7 @@ jobs:
169171 -G Ninja `
170172 -B build `
171173 -DCMAKE_BUILD_TYPE=Release `
174+ -DOPTION_BUILD_CCVIEWER=OFF `
172175 -DCMAKE_INSTALL_PREFIX=install `
173176 -DPLUGIN_PYTHON=ON `
174177 -DPLUGIN_STANDARD_QM3C2=ON `
@@ -272,8 +275,8 @@ jobs:
272275 source venv/bin/activate
273276 xvfb-run python -m pytest -v wrapper/pycc/tests
274277
275- MacOs -Wheels :
276- name : " macOs Wheels"
278+ macOS -Wheels :
279+ name : " macOS Wheels"
277280 runs-on : macos-latest
278281
279282 steps :
You can’t perform that action at this time.
0 commit comments