CircleCI: Comment out ios build

This commit is contained in:
Vishesh Handa
2020-12-26 18:16:49 +01:00
parent 360ece0de7
commit 10bf342497

View File

@ -39,43 +39,43 @@ jobs:
command: ./scripts/test_coverage.sh command: ./scripts/test_coverage.sh
- store_artifacts: - store_artifacts:
path: coverage path: coverage
# - run: # - run:
# name: Upload Crashlytics Symbols # name: Upload Crashlytics Symbols
# command: ./scripts/android_crashlytics.sh # command: ./scripts/android_crashlytics.sh
- run: - run:
name: Publish Alpha name: Publish Alpha
command: cd android && fastlane alphaBuild command: cd android && fastlane alphaBuild
build_ios: # build_ios:
macos: # macos:
xcode: 11.3.1 # xcode: 11.3.1
steps: # steps:
- checkout # - checkout
- run: # - run:
name: Install gpg # name: Install gpg
command: brew install gnupg git-crypt md5sha1sum wget gnu-sed # command: brew install gnupg git-crypt md5sha1sum wget gnu-sed
- run: # - run:
name: Install Flutter # name: Install Flutter
command: ./scripts/ios_install_flutter.sh # command: ./scripts/ios_install_flutter.sh
- run: # - run:
name: Setup Environment Variables # name: Setup Environment Variables
command: | # command: |
echo "export PATH=flutter/bin:$PATH" >> $BASH_ENV # echo "export PATH=flutter/bin:$PATH" >> $BASH_ENV
- run: # - run:
name: Unlock Secrets # name: Unlock Secrets
command: ./scripts/decrypt_secrets.sh # command: ./scripts/decrypt_secrets.sh
- run: # - run:
name: Setup GitJournal Build Env # name: Setup GitJournal Build Env
command: ./flutter/bin/cache/dart-sdk/bin/dart ./scripts/setup_env.dart # command: ./flutter/bin/cache/dart-sdk/bin/dart ./scripts/setup_env.dart
- run: # - run:
name: Setup provisioning profile # name: Setup provisioning profile
command: ./scripts/add_ios_keys.sh # command: ./scripts/add_ios_keys.sh
- run: # - run:
name: Build App # name: Build App
command: ./scripts/build_ios.sh # command: ./scripts/build_ios.sh
workflows: workflows:
version: 2 version: 2
build_all: build_all:
jobs: jobs:
- build_android - build_android
- build_ios # - build_ios