Browse Source

ci: fix CI runs after 9e85bdb0

Samuel Attard 6 years ago
parent
commit
91f00a518a
2 changed files with 3 additions and 0 deletions
  1. 2 0
      .circleci/config.yml
  2. 1 0
      appveyor.yml

+ 2 - 0
.circleci/config.yml

@@ -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

+ 1 - 0
appveyor.yml

@@ -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]) {