Sha256: 54234edce4f97a01de069d23e95377e17ffea5958cefeac1b8369192f3de9220

Contents?: true

Size: 1.44 KB

Versions: 1

Compression:

Stored size: 1.44 KB

Contents

# This CircleCI configuration was generated by Releaser for a specific release. It is not to be used
# for regular CI builds. Be aware that rerunning this build may cause it to repeat release actions
# such as publishing to a package manager. However, it will not perform any Git actions other than
# reading the repository.
version: 2.1
workflows:
  test:
    jobs:
      - release_linux:
          context: org-global
jobs:
  release_linux:
    docker:
      - image: cimg/ruby:2.5
    environment:
      LD_RELEASE_CIRCLECI_TYPE: linux
      LD_RELEASE_BRANCH: "master"
      LD_RELEASE_CIRCLECI_BRANCH: ""
      LD_RELEASE_DOCS_GITHUB_PAGES: ""
      LD_RELEASE_DOCS_TITLE: ""
      LD_RELEASE_PROJECT: "ruby-eventsource"
      LD_RELEASE_PROJECT_TEMPLATE: "ruby"
      LD_RELEASE_VERSION: "2.0.1"
    steps:
      - checkout
      - run:
          name: "Releaser: prepare"
          command: .ldrelease/circleci/mac/execute.sh prepare .ldrelease/circleci/template/prepare.sh
      - run:
          name: "Releaser: build"
          command: .ldrelease/circleci/mac/execute.sh build .ldrelease/circleci/template/build.sh
      - run:
          name: "Releaser: test"
          command: .ldrelease/circleci/mac/execute.sh test .ldrelease/circleci/template/test.sh
      - run:
          name: "Releaser: publish"
          command: .ldrelease/circleci/mac/execute.sh publish .ldrelease/circleci/template/publish.sh
      - store_artifacts:
          path: artifacts

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ld-eventsource-2.0.1 .circleci/config.yml