mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 22:33:11 +08:00
Merge pull request #13 from gspencergoog/compute_credits
Enable compute credits for commits, and for macOS PRs
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
task:
|
task:
|
||||||
|
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
|
||||||
container:
|
container:
|
||||||
image: cirrusci/flutter:latest
|
image: cirrusci/flutter:latest
|
||||||
cpu: 4
|
cpu: 4
|
||||||
@ -31,6 +32,7 @@ task:
|
|||||||
- ./script/incremental_build.sh java-test # must come after apk build
|
- ./script/incremental_build.sh java-test # must come after apk build
|
||||||
|
|
||||||
task:
|
task:
|
||||||
|
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
|
||||||
name: build-ipas
|
name: build-ipas
|
||||||
osx_instance:
|
osx_instance:
|
||||||
image: high-sierra-xcode-9.4.1
|
image: high-sierra-xcode-9.4.1
|
||||||
|
Reference in New Issue
Block a user