chore: generate ffmpeg zip on macos release

This commit is contained in:
Samuel Attard
2018-09-29 21:50:31 +10:00
parent 6d205423f5
commit 2b107ef3e8

View File

@@ -62,7 +62,7 @@ jobs:
gn gen out/ffmpeg --args='import("//electron/build/args/ffmpeg.gn") cc_wrapper="'"$SCCACHE_PATH"'"'" $GN_EXTRA_ARGS"
ninja -C out/ffmpeg electron:electron_ffmpeg_zip
displayName: Non proprietary ffmpeg build
condition: and(succeeded(), eq(variables['RUN_TESTS'], '1'))
condition: and(succeeded(), or(eq(variables['RUN_TESTS'], '1')), eq(variables['ELECTRON_RELEASE'], '1')))
- bash: |
cd src