mirror of https://github.com/AxioDL/metaforce.git
Fix codesign failure
This commit is contained in:
parent
2ff9077560
commit
97ae6fbe98
|
@ -1,7 +1,6 @@
|
||||||
.build:variables:
|
.build:variables:
|
||||||
variables: &build_variables
|
variables: &build_variables
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
URDE_MACOS_CODESIGN_UID: VMFVV424V2
|
|
||||||
|
|
||||||
.build:macos: &macos_definition
|
.build:macos: &macos_definition
|
||||||
stage: build
|
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/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/hecl URDE.app/Contents/MacOS/hecl
|
||||||
- strip -S -o URDE.app/Contents/MacOS/visigen URDE.app/Contents/MacOS/visigen
|
- 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:
|
only:
|
||||||
- release
|
- release
|
||||||
- dev
|
- dev
|
||||||
|
@ -63,7 +62,6 @@ build:macos:avx2:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- master
|
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
||||||
Subproject commit c26869ebff6210dc23afca6518a41f5c2cf93183
|
Subproject commit a3986ebfe8002dc565b861dd1d0bec336e5382c8
|
Loading…
Reference in New Issue