From afe80cd0acd708c5df93be657c69b46f692301bd Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Wed, 21 Jul 2021 15:02:27 +0200 Subject: [PATCH] GitHub CI [Mac]: run checks before signing It is unsure whether wrong bundle would be signed and if not, the problem may not be easy to find. --- .github/workflows/ccpp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index d8358617f..6f9a77877 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -182,12 +182,6 @@ jobs: run: "export ARCH=-msse4.2; ./autogen.sh ${{ env.FEATURES }} --enable-avfoundation --enable-coreaudio $NDI --enable-syphon" - name: make bundle run: make -j4 gui-bundle - - name: sign+notarize - run: .github/scripts/macOS/sign.sh gui/QT/uv-qt.app - - name: make dmg - run: | - make osx-gui-dmg - mv UltraGrid.dmg UltraGrid-$VERSION.dmg - name: make check run: make check - name: make distcheck @@ -195,6 +189,12 @@ jobs: for n in lib opt; do sudo mv /usr/local/$n /usr/local/$n-; done # hide local libs make distcheck TARGET=gui/QT/uv-qt.app/Contents/MacOS/uv REFLECTOR_TARGET=gui/QT/uv-qt.app/Contents/MacOS/uv GUI_EXE=gui/QT/uv-qt.app/Contents/MacOS/uv-qt for n in lib opt; do sudo mv /usr/local/$n- /usr/local/$n; done # return back + - name: sign+notarize + run: .github/scripts/macOS/sign.sh gui/QT/uv-qt.app + - name: make dmg + run: | + make osx-gui-dmg + mv UltraGrid.dmg UltraGrid-$VERSION.dmg - name: Upload NDI Build id: upload-ndi env: