skia2/infra/bots/ios_bin.isolate
Stephan Altmueller 63e843d891 Enable ios on Raspberry Pi
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>
2017-04-25 16:56:41 +00:00

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',
],
},
}],
],
}