Sha256: cbcb1dc1ce40b9c4701feedaa880a4586adafd9e6d48546d7c29f0b3fe709498

Contents?: true

Size: 1.37 KB

Versions: 6

Compression:

Stored size: 1.37 KB

Contents

machine:
  ruby:
    version: 2.2.5

dependencies:
  pre:
    - gem install bundler
    - gem install fastlane
    - bundle update

  override:
    - bundle install: # note ':' here
        timeout: 180 # fail if command has no output for 3 minutes

test:
  override:
    - nslookup repo.teacloud.net
    - fastlane add_plugin apprepo
    - fastlane apprepo run
    - fastlane apprepo download_manifest
    - fastlane apprepo submit
    - COVERALLS_REPO_TOKEN=5NIxBldNBfJzPgvlQnVojxNNW0197fUUf RAILS_ENV=test bundle exec rspec
    - curl -X POST --data-urlencode 'payload={"text":"CirleCI Integration Completed."}' https://hooks.slack.com/services/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

  post:
    - curl -sSL https://download.sourceclear.com/ci.sh | sh
#    - curl -X POST --data-urlencode 'payload={"text":"Hello, World A!"}' https://hooks.slack.com/services/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
    - curl -X POST --data-urlencode 'payload={"text":"Hello, World B!"}' https://hooks.slack.com/services/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

## Custom notifications
# notify:
#
#  webhooks:
#   - url: https://hooks.slack.com/services/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?payload={"text":"Hello, World!"}
#   - curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World C!"}' https://hooks.slack.com/services/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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fastlane-plugin-apprepo-0.4.2 circle.yml
fastlane-plugin-apprepo-0.4.1 circle.yml
fastlane-plugin-apprepo-0.4.0 circle.yml
fastlane-plugin-apprepo-0.3.9 circle.yml
fastlane-plugin-apprepo-0.3.8 circle.yml
fastlane-plugin-apprepo-0.3.7 circle.yml