Bump for building with larger machines

This commit is contained in:
John Kleinschmidt
2017-09-27 17:44:32 -04:00
parent f7e07205b4
commit acf6518317

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
@@ -178,7 +181,7 @@ jobs:
name: Verify FFmpeg
command: |
if [ "$ELECTRON_RELEASE" != "1" ]; then
echo 'Verifying ffmpeg on debug build'
echo 'Verifying ffmpeg on debug build'
script/verify-ffmpeg.py
else
echo 'Skipping verify ffmpeg on release build'