Add env var to skip native module tests
This commit is contained in:
parent
80d22e8dc0
commit
63604278ec
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ environment:
|
||||||
ELECTRON_ENABLE_LOGGING: true
|
ELECTRON_ENABLE_LOGGING: true
|
||||||
matrix:
|
matrix:
|
||||||
- gn_args: debug
|
- gn_args: debug
|
||||||
|
ELECTRON_SKIP_NATIVE_MODULE_TESTS: 1
|
||||||
- gn_args: release
|
- gn_args: release
|
||||||
build_script:
|
build_script:
|
||||||
- git config --global core.longpaths true
|
- git config --global core.longpaths true
|
||||||
|
|
Loading…
Reference in a new issue