mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
[CI][iOS] build RelWithDebInfo
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
os: macos-14
|
||||
pack: 1
|
||||
upload: 1
|
||||
pack_type: Release
|
||||
pack_type: RelWithDebInfo
|
||||
extension: ipa
|
||||
before_install: macos.sh
|
||||
preset: ios-release-conan-ccache
|
||||
|
||||
+1
-1
@@ -481,7 +481,7 @@
|
||||
"name": "ios-release-conan",
|
||||
"configurePreset": "ios-release-conan",
|
||||
"inherits": "default-release",
|
||||
"configuration": "Release",
|
||||
"configuration": "RelWithDebInfo",
|
||||
"targets": ["vcmiclient"],
|
||||
"nativeToolOptions": [
|
||||
"CODE_SIGNING_ALLOWED_FOR_APPS=NO"
|
||||
|
||||
Reference in New Issue
Block a user