From b16bf6a95d663a0979df7621ed8619a8360a96e6 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Mon, 3 Sep 2018 12:33:23 +0200 Subject: [PATCH] ci: pass GN_EXTRA_ARGS to the ffmpeg build Both Electron and ffmpeg should have the same value of the `target_cpu` build flag. --- appveyor-gn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-gn.yml b/appveyor-gn.yml index 4783b5418562..81155f488aa0 100644 --- a/appveyor-gn.yml +++ b/appveyor-gn.yml @@ -25,7 +25,7 @@ build_script: - cd src - gn gen out/Default "--args=import(\"//electron/build/args/%GN_CONFIG%.gn\") %GN_EXTRA_ARGS%" - ninja -C out/Default electron:electron_app - - gn gen out/ffmpeg "--args=import(\"//electron/build/args/ffmpeg.gn\")" + - gn gen out/ffmpeg "--args=import(\"//electron/build/args/ffmpeg.gn\") %GN_EXTRA_ARGS%" - ninja -C out/ffmpeg third_party/ffmpeg - ninja -C out/Default electron:electron_dist_zip test_script: