2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

Fix codesign failure

This commit is contained in:
2019-07-01 01:27:40 -07:00
parent 2ff9077560
commit 97ae6fbe98
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
.build:variables:
variables: &build_variables
GIT_SUBMODULE_STRATEGY: recursive
URDE_MACOS_CODESIGN_UID: VMFVV424V2
.build:macos: &macos_definition
stage: build
@@ -25,7 +24,7 @@
- strip -S -o URDE.app/Contents/MacOS/urde URDE.app/Contents/MacOS/urde
- strip -S -o URDE.app/Contents/MacOS/hecl URDE.app/Contents/MacOS/hecl
- strip -S -o URDE.app/Contents/MacOS/visigen URDE.app/Contents/MacOS/visigen
- codesign -s $URDE_MACOS_CODESIGN_UID -v --deep URDE.app
- (if [ "${URDE_MACOS_CODESIGN}" != "" ]; then echo "Unable to sign app bundle :("; else codesign -s $URDE_MACOS_CODESIGN_UID --deep URDE.app; fi);
only:
- release
- dev
@@ -63,7 +62,6 @@ build:macos:avx2:
stage: build
tags:
- linux
- master
script:
- mkdir build
- cd build

2
hecl

Submodule hecl updated: c26869ebff...a3986ebfe8