ci: fix CI runs after 9e85bdb0
This commit is contained in:
parent
4bcc08826b
commit
91f00a518a
2 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,7 @@ build-steps: &build-steps
|
||||||
if [ "$RUN_TESTS" != "false" ]; then
|
if [ "$RUN_TESTS" != "false" ]; then
|
||||||
cd src
|
cd src
|
||||||
ninja -C out/Default third_party/electron_node:headers
|
ninja -C out/Default third_party/electron_node:headers
|
||||||
|
export ELECTRON_OUT_DIR=Default
|
||||||
(cd electron && npm run test -- --ci --enable-logging)
|
(cd electron && npm run test -- --ci --enable-logging)
|
||||||
fi
|
fi
|
||||||
- <<: *notify-slack-failure
|
- <<: *notify-slack-failure
|
||||||
|
@ -195,6 +196,7 @@ mac-build-steps: &mac-build-steps
|
||||||
if [ "$RUN_TESTS" != "false" ]; then
|
if [ "$RUN_TESTS" != "false" ]; then
|
||||||
cd src
|
cd src
|
||||||
ninja -C out/Default third_party/electron_node:headers
|
ninja -C out/Default third_party/electron_node:headers
|
||||||
|
export ELECTRON_OUT_DIR=Default
|
||||||
(cd electron && npm run test -- --ci --enable-logging)
|
(cd electron && npm run test -- --ci --enable-logging)
|
||||||
fi
|
fi
|
||||||
- <<: *notify-slack-failure
|
- <<: *notify-slack-failure
|
||||||
|
|
|
@ -4,6 +4,7 @@ image: libcc-20-vs2017-15.7.4
|
||||||
environment:
|
environment:
|
||||||
GIT_CACHE_PATH: C:\Users\electron\libcc_cache
|
GIT_CACHE_PATH: C:\Users\electron\libcc_cache
|
||||||
DISABLE_CRASH_REPORTER_TESTS: true
|
DISABLE_CRASH_REPORTER_TESTS: true
|
||||||
|
ELECTRON_OUT_DIR: Default
|
||||||
build_script:
|
build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if(($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME -split "/")[0] -eq ($env:APPVEYOR_REPO_NAME -split "/")[0]) {
|
if(($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME -split "/")[0] -eq ($env:APPVEYOR_REPO_NAME -split "/")[0]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue