Skip to content

Commit

Permalink
Updating CI (#267)
Browse files Browse the repository at this point in the history
* Updating CI

* Increase limit

* Update swift manifest

* Step cleanup

* Updating Swiftlint

* Use exact version

* Reverting additional changes
  • Loading branch information
csjones authored Dec 22, 2022
1 parent 3c79005 commit 9431c08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let dependencies: [Package.Dependency]
// Dependencies used for package development
.package(url: "https://github.com/csjones/lefthook.git", branch: "swift"),
.package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.49.5"),
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.46.5"),
.package(url: "https://github.com/realm/SwiftLint.git", exact: "0.46.5"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
]
#else
Expand Down
16 changes: 6 additions & 10 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_step_lib_source: 'https://github.com/bitrise-io/bitrise-steplib.git'
project_type: other
meta:
bitrise.io:
stack: osx-xcode-13.4.x
stack: osx-xcode-14.0.x
machine_type_id: g2.4core
trigger_map:
- push_branch: main
Expand All @@ -14,17 +14,13 @@ trigger_map:
workflows:
ENTRY-POINT:
steps:
- git-clone: {}
- bitrise-run:
title: macOS
run_if: '{{ getenv "BITRISE_APP_SLUG" | eq "18c18db60fc4fddf" }}'
inputs:
- workflow_id: MACOS
MACOS:
steps:
- swift-package-manager-test-for-mac: {}
- git-clone:
timeout: 60
- swift-package-manager-test-for-mac:
timeout: 300
- script:
title: Build ZKP
timeout: 300
inputs:
- content: |-
#!/usr/bin/env bash
Expand Down

0 comments on commit 9431c08

Please sign in to comment.