Enable compute credits for commits, and for macOS PRs

This commit is contained in:
Greg Spencer
2019-01-16 09:52:16 -08:00
parent a1b9751622
commit 300efc427b

View File

@ -1,4 +1,5 @@
task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
container:
image: cirrusci/flutter:latest
cpu: 4
@ -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