Skip to content

Commit

Permalink
Merge pull request #13 from gspencergoog/compute_credits
Browse files Browse the repository at this point in the history
Enable compute credits for commits, and for macOS PRs
  • Loading branch information
gspencergoog authored Jan 16, 2019
2 parents a1b9751 + 300efc4 commit c1440ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
container:
image: cirrusci/flutter:latest
cpu: 4
Expand Down Expand Up @@ -31,6 +32,7 @@ task:
- ./script/incremental_build.sh java-test # must come after apk build

task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
name: build-ipas
osx_instance:
image: high-sierra-xcode-9.4.1
Expand Down

0 comments on commit c1440ae

Please sign in to comment.