ci: temporary do no run "verify-ffmpeg.py" on Mac CI (#14986)

This commit is contained in:
Alexey Kuzmin 2018-10-05 15:28:02 +02:00 committed by Charles Kerr
parent 8d5de8a0fd
commit 9187415f5e

View file

@ -86,13 +86,13 @@ jobs:
killall Electron killall Electron
fi fi
displayName: Make sure Electron isn't running from previous tests displayName: Make sure Electron isn't running from previous tests
# FIXME(alexeykuzmin)
- bash: | # - bash: |
cd src # cd src
python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg # python electron/script/verify-ffmpeg.py --source-root "$PWD" --build-dir out/Default --ffmpeg-path out/ffmpeg
displayName: Verify non proprietary ffmpeg # displayName: Verify non proprietary ffmpeg
condition: and(succeeded(), eq(variables['RUN_TESTS'], '1')) # condition: and(succeeded(), eq(variables['RUN_TESTS'], '1'))
timeoutInMinutes: 5 # timeoutInMinutes: 5
- bash: | - bash: |
cd src cd src