Sha256: cd49ee503b3d230e192e5b9f3ecccb05aefa0d4c3300d4eadec9c4ed2a5e0797
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
version: 2 jobs: build: macos: xcode: "9.4.1" working_directory: ~/xcode-install shell: /bin/bash --login -eo pipefail steps: - checkout # See Also: https://discuss.circleci.com/t/circleci-2-0-ios-error-installing-gems/23291/4 - run: name: Set Ruby Version command: echo "ruby-2.4" > ~/.ruby-version - run: name: Install ruby dependencies command: bundle install - run: name: Run test command: bundle exec rake spec - run: name: Run lint command: bundle exec rake rubocop workflows: version: 2 build_and_test: jobs: - build
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xcode-install-2.6.8 | .circleci/config.yml |