Skip to content

Commit

Permalink
Merge pull request electron#12187 from electron/ia32-more-debug
Browse files Browse the repository at this point in the history
Enable more debug info for electron-linux-ia32
  • Loading branch information
zcbenz authored Mar 9, 2018
2 parents cde0c1d + 5c15d26 commit 15503a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
environment:
TARGET_ARCH: ia32
DISPLAY: ':99.0'
ELECTRON_ENABLE_LOGGING: 'true'
resource_class: xlarge
steps:
- checkout
Expand Down Expand Up @@ -271,6 +272,10 @@ jobs:
else
echo 'Skipping verify ffmpeg on release build'
fi
- store_test_results:
path: junit
- store_artifacts:
path: junit
electron-linux-mips64el:
docker:
- image: electronbuilds/electron:0.0.4
Expand Down

0 comments on commit 15503a3

Please sign in to comment.