mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Gitlab CI Testing
This commit is contained in:
parent
e12e6807d6
commit
976f13f10a
1 changed files with 4 additions and 3 deletions
|
@ -8,9 +8,10 @@ module.exports = {
|
|||
"identity": process.env.FCAST_APPLE_SIGN_ID
|
||||
},
|
||||
osxNotarize: {
|
||||
appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||
appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
||||
appleApiIssuer: process.env.FCAST_APPLE_API_ISSUER
|
||||
keychainProfile: "codesign"
|
||||
// appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||
// appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
||||
// appleApiIssuer: process.env.FCAST_APPLE_API_ISSUER
|
||||
}
|
||||
},
|
||||
rebuildConfig: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue