mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: generate ffmpeg zip on macos release
This commit is contained in:
2
vsts.yml
2
vsts.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user