mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
ci: temporary do no run "verify-ffmpeg.py" on Mac CI (#14986)
This commit is contained in:
committed by
Charles Kerr
parent
8d5de8a0fd
commit
9187415f5e
14
vsts.yml
14
vsts.yml
@@ -86,13 +86,13 @@ jobs:
|
||||
killall Electron
|
||||
fi
|
||||
displayName: Make sure Electron isn't running from previous tests
|
||||
|
||||
- bash: |
|
||||
cd src
|
||||
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
|
||||
displayName: Verify non proprietary ffmpeg
|
||||
condition: and(succeeded(), eq(variables['RUN_TESTS'], '1'))
|
||||
timeoutInMinutes: 5
|
||||
# FIXME(alexeykuzmin)
|
||||
# - bash: |
|
||||
# cd src
|
||||
# python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
|
||||
# displayName: Verify non proprietary ffmpeg
|
||||
# condition: and(succeeded(), eq(variables['RUN_TESTS'], '1'))
|
||||
# timeoutInMinutes: 5
|
||||
|
||||
- bash: |
|
||||
cd src
|
||||
|
||||
Reference in New Issue
Block a user