Improve Jenkins build flow, now with symbol stripping for regular builds

This commit is contained in:
RichardG867
2021-11-28 13:57:58 -03:00
parent cf373449fc
commit 05bbbaff21
2 changed files with 48 additions and 43 deletions

2
.ci/Jenkinsfile vendored
View File

@@ -73,7 +73,7 @@ def presetSlugs = [
]
def presetFlags = [
'Regular': '--preset=regular',
'Regular': '-t --preset=regular',
'Debug': '--preset=debug',
'Dev': '--preset=experimental -D VNC=OFF'
]