You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
Use ~/.polly and local .polly (do we need local?) to add some default user's arguments like --jobs N or --fwd HUNTER_CONFIGURATION_TYPES=Release. .polly can be ini-like file. E.g. say we have several devices:
iPad with iOS 9.0
iPhone with iOS 9.1
HTC One with Android API 21
Prestigio with Android API 19
~/.polly can contain:
[global] # reserved type
jobs = N
fwd = HUNTER_CONFIGURATION_TYPES=Release # is it correct syntax?
verbose = True
[ipad]
toolchain = ios-9-0-armv7
[iphone]
toolchain = ios-9-1-armv7
[htc]
toolchain = android-ndk-r10e-api-21-arm64-v8a
[prest]
toolchain = android-ndk-r10e-api-19-armeabi-v7a-neon
Usage: build.py --type htc or build.py --class htc
The text was updated successfully, but these errors were encountered:
Use
~/.polly
and local.polly
(do we need local?) to add some default user's arguments like--jobs N
or--fwd HUNTER_CONFIGURATION_TYPES=Release
..polly
can be ini-like file. E.g. say we have several devices:~/.polly
can contain:Usage:
build.py --type htc
orbuild.py --class htc
The text was updated successfully, but these errors were encountered: