Bump for building with larger machines

This commit is contained in:
John Kleinschmidt
2017-09-27 17:44:32 -04:00
parent 482a1d2e2b
commit 396a49e349

View File

@@ -6,6 +6,7 @@ jobs:
- image: electronbuilds/electron:0.0.3
environment:
TARGET_ARCH: arm
resource_class: xlarge
steps:
- checkout
- run: sh -e /etc/init.d/xvfb start
@@ -61,6 +62,7 @@ jobs:
- image: electronbuilds/electron:0.0.3
environment:
TARGET_ARCH: ia32
resource_class: xlarge
steps:
- checkout
- run: sh -e /etc/init.d/xvfb start
@@ -116,6 +118,7 @@ jobs:
- image: electronbuilds/electron:0.0.3
environment:
TARGET_ARCH: x64
resource_class: xlarge
steps:
- checkout
- run: sh -e /etc/init.d/xvfb start