From 97ae6fbe98daf3b06ad9c604dc6d1ab7b623e64f Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Mon, 1 Jul 2019 01:27:40 -0700 Subject: [PATCH] Fix codesign failure --- .gitlab-ci.yml | 4 +--- hecl | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e00d7f3a6..130478cb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/hecl b/hecl index c26869ebf..a3986ebfe 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit c26869ebff6210dc23afca6518a41f5c2cf93183 +Subproject commit a3986ebfe8002dc565b861dd1d0bec336e5382c8