Sha256: e003e6b84865024466d6bbbf9988af795b9a6e4f8405e09a64dccbc01640b4cb
Contents?: true
Size: 785 Bytes
Versions: 12
Compression:
Stored size: 785 Bytes
Contents
version: 2 jobs: build920: macos: xcode: "9.2.0" steps: - checkout - run: sudo gem install danger - run: brew update - run: brew outdated swiftlint || brew upgrade swiftlint - run: swiftlint lint --quiet | tee lintreport.json || true # Dont crash on errors - run: ./xswift-test-spm - run: name: Danger Systems when: on_success command: danger || true # Dont fail build on non zero exit codes build910: macos: xcode: "9.1.0" steps: - checkout - run: ./xswift-test-spm build901: macos: xcode: "9.0.1" steps: - checkout - run: ./xswift-test-spm workflows: version: 2 workflow: jobs: - build901 - build910 - build920
Version data entries
12 entries across 12 versions & 1 rubygems