From 80d22e8dc08489d3b58d3eadf6b8bf32e525f706 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Tue, 31 Jul 2018 17:28:32 -0700 Subject: [PATCH] test out build matrix for debug/release --- appveyor-gn.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor-gn.yml b/appveyor-gn.yml index 57ce3cadfe..a47b6171df 100644 --- a/appveyor-gn.yml +++ b/appveyor-gn.yml @@ -7,6 +7,9 @@ image: libcc-20-vs2017 environment: DISABLE_CRASH_REPORTER_TESTS: true ELECTRON_ENABLE_LOGGING: true + matrix: + - gn_args: debug + - gn_args: release build_script: - git config --global core.longpaths true - cd .. @@ -21,7 +24,7 @@ build_script: "https://github.com/electron/electron" - gclient sync --with_branch_heads --with_tags - cd src - - gn gen out/Default "--args=import(\"//electron/build/args/debug.gn\")" + - gn gen out/Default "--args=import(\"//electron/build/args/%gn_args%.gn\")" - ninja -C out/Default electron:electron_app test_script: - ninja -C out/Default electron/build/node:headers