We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16efabc commit 650c6f2Copy full SHA for 650c6f2
.gitlab-ci.yml
@@ -663,7 +663,7 @@ before_script:
663
- eval $(/opt/homebrew/bin/brew shellenv)
664
- qmake OpenRGB.pro
665
- make -j16
666
- - macdeployqt OpenRGB.app -codesign=OpenRGB
+ - macdeployqt OpenRGB.app
667
668
artifacts:
669
name: "${CI_PROJECT_NAME}_MacOS_ARM64_${CI_COMMIT_SHORT_SHA}"
@@ -688,7 +688,7 @@ before_script:
688
- eval $(/usr/local/bin/brew shellenv)
689
- arch -x86_64 /usr/local/bin/qmake OpenRGB.pro
690
- arch -x86_64 make -j16
691
- - arch -x86_64 macdeployqt OpenRGB.app -codesign=OpenRGB
+ - arch -x86_64 macdeployqt OpenRGB.app
692
693
694
name: "${CI_PROJECT_NAME}_MacOS_Intel_${CI_COMMIT_SHORT_SHA}"
0 commit comments