63e843d891
Adds more jobs to iOS testing and switches to RPi based hosts. Bug: skia: Change-Id: I0124c6554173fa3b22b077a198612bb30691d1fb Reviewed-on: https://skia-review.googlesource.com/11521 Commit-Queue: Stephan Altmueller <stephana@google.com> Reviewed-by: Eric Boren <borenet@google.com>
21 lines
376 B
Plaintext
21 lines
376 B
Plaintext
{
|
|
'conditions': [
|
|
['OS=="iOS-9.3.1"', {
|
|
'variables': {
|
|
'files': [
|
|
'../../platform_tools/ios/bin/',
|
|
'../../gn/package_ios.py',
|
|
],
|
|
},
|
|
}],
|
|
['OS=="iOS-10.3.1"', {
|
|
'variables': {
|
|
'files': [
|
|
'../../platform_tools/ios/bin/',
|
|
'../../gn/package_ios.py',
|
|
],
|
|
},
|
|
}],
|
|
],
|
|
}
|