Travis: Increase number of processors for build
The build is absurdly slow for what is actually processed
This commit is contained in:
parent
1a352d4933
commit
b1afd40d34
|
@ -46,7 +46,7 @@ before_script:
|
|||
script:
|
||||
- git fetch --depth 50
|
||||
- cd shell/android-studio
|
||||
- export NUMBER_OF_PROCESSORS=2
|
||||
- export NUMBER_OF_PROCESSORS=4
|
||||
- sudo chmod 755 travis-build.sh
|
||||
- "./travis-build.sh"
|
||||
- test -z "$encrypted_c726d225a9d9_key" || ./travis-release.sh
|
||||
|
|
Loading…
Reference in New Issue