Reduce artifact size
When running QA, we don't really get traceback messages, so we don't need symbols. And our artifact size needs to fit inside the GitLab limits
This commit is contained in:
parent
87171f53c7
commit
85623656a6
|
@ -23,7 +23,7 @@
|
|||
- cd build/linux
|
||||
- cmake
|
||||
-G Ninja
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DKICAD_STDLIB_LIGHT_DEBUG=ON
|
||||
-DKICAD_USE_OCC=ON
|
||||
-DKICAD_SPICE=ON
|
||||
|
|
Loading…
Reference in New Issue