ci: fix CI runs after 9e85bdb0

This commit is contained in:
Samuel Attard 2018-09-14 17:50:03 +10:00
parent 4bcc08826b
commit 91f00a518a
No known key found for this signature in database
GPG key ID: E89DDE5742D58C4E
2 changed files with 3 additions and 0 deletions

View file

@ -119,6 +119,7 @@ build-steps: &build-steps
if [ "$RUN_TESTS" != "false" ]; then
cd src
ninja -C out/Default third_party/electron_node:headers
export ELECTRON_OUT_DIR=Default
(cd electron && npm run test -- --ci --enable-logging)
fi
- <<: *notify-slack-failure
@ -195,6 +196,7 @@ mac-build-steps: &mac-build-steps
if [ "$RUN_TESTS" != "false" ]; then
cd src
ninja -C out/Default third_party/electron_node:headers
export ELECTRON_OUT_DIR=Default
(cd electron && npm run test -- --ci --enable-logging)
fi
- <<: *notify-slack-failure

View file

@ -4,6 +4,7 @@ image: libcc-20-vs2017-15.7.4
environment:
GIT_CACHE_PATH: C:\Users\electron\libcc_cache
DISABLE_CRASH_REPORTER_TESTS: true
ELECTRON_OUT_DIR: Default
build_script:
- ps: >-
if(($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME -split "/")[0] -eq ($env:APPVEYOR_REPO_NAME -split "/")[0]) {