Merge pull request #12187 from electron/ia32-more-debug

Enable more debug info for electron-linux-ia32
This commit is contained in:
Cheng Zhao 2018-03-09 12:00:10 +09:00 committed by GitHub
commit 15503a3b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,6 +193,7 @@ jobs:
environment: environment:
TARGET_ARCH: ia32 TARGET_ARCH: ia32
DISPLAY: ':99.0' DISPLAY: ':99.0'
ELECTRON_ENABLE_LOGGING: 'true'
resource_class: xlarge resource_class: xlarge
steps: steps:
- checkout - checkout
@ -271,6 +272,10 @@ jobs:
else else
echo 'Skipping verify ffmpeg on release build' echo 'Skipping verify ffmpeg on release build'
fi fi
- store_test_results:
path: junit
- store_artifacts:
path: junit
electron-linux-mips64el: electron-linux-mips64el:
docker: docker:
- image: electronbuilds/electron:0.0.4 - image: electronbuilds/electron:0.0.4