Attempt to make cirrus work on github and only sign on master

This commit is contained in:
Joseph Donofry 2023-02-17 16:00:25 -05:00
parent 2a380eeae6
commit 97fef15e9d

View file

@ -2,16 +2,24 @@ task:
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:13
name: Build - macOS Apple Silicon
only_if: $CIRRUS_REPO_OWNER == 'Nheko-Reborn'
environment:
GITLAB_TRIGGER_TOKEN: ENCRYPTED[!5fb4bbdecbde3b2c766ac7383dca573cd5ec8b815c5ac9bede0cadfe9ad70ecd3e64b1728f7840da087099f3fc1fd4f7!]
homebrew_script:
- brew bundle --file .ci/macos/Brewfile
matrix:
- name: Homebrew
homebrew_Script: brew bundle --file .ci/macos/Brewfile
- name: Build
build_script:
- export PATH="$(brew --prefix qt5)/bin/:${PATH}"
- ./.ci/macos/build.sh
- name: Zip
depends_on:
- Build
zip_script:
- ditto -c -k --sequesterRsrc --keepParent build/nheko.app build/nheko.zip
- name: Gitlab
only_if: $CIRRUS_BRANCH == 'master'
depends_on:
- Zip
gitlab_script:
- curl -X POST
--fail