mirror of
https://github.com/authpass/authpass.git
synced 2025-08-06 17:21:47 +08:00
26 lines
1.2 KiB
YAML
26 lines
1.2 KiB
YAML
osx_instance:
|
|
# image: mojave-xcode-10.2
|
|
image: mojave-xcode-11.3
|
|
|
|
task:
|
|
#only_if: $BRANCH == "stable" || $BRANCH == "beta"
|
|
# disable for now, we build with github actions.
|
|
only_if: '"true" == "false"'
|
|
environment:
|
|
# MATCH_PASSWORD: ENCRYPTED[86b4539e73b13ad24735f8674d7774c706f106d27dbd4fd6461422a23012a04d54720287397e8ae845140ca2f95ca105]
|
|
# FASTLANE_PASSWORD: ENCRYPTED[76d316dbc11362c5e2861544e8b074e4f88660277be032725e4348d98c560da68d1a07cad7087c9ef07f8220c8798090]
|
|
# SSH_KEY: ENCRYPTED[055289168322f4c2e3154f1ac439774a15d49d4e0447f25ff4078ca740d4b0515e7b0465a77724fd0997c654c57e62d8]
|
|
GPG_PRIVATE_KEY: ENCRYPTED[3e98456bd7de7351ad2072dc7c0f2db89354cd54f4dcc23071cec4cd47bfff1afe30ee2593226a8ec8c134b1772a5d21]
|
|
submodule_script:
|
|
- git submodule update --init
|
|
install_script:
|
|
# - brew install gnupg
|
|
# - git clone https://github.com/mipmip/blackbox && cd blackbox && make manual-install && cd ..
|
|
# - gpg -v --import <(echo "$GPG_PRIVATE_KEY")
|
|
- BLACKBOX_SECRET="$GPG_PRIVATE_KEY" ./authpass/_tools/ci-install-deps.sh ios
|
|
release_ios_script:
|
|
- ./authpass/_tools/ci-release.sh ios
|
|
# release_macos_script:
|
|
# - ./authpass/_tools/ci-release.sh macos
|
|
|