Skip to content

Commit

Permalink
ci: temporary do no run "verify-ffmpeg.py" on Mac CI (#14986)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykuzmin authored and ckerr committed Oct 5, 2018
1 parent 8d5de8a commit 9187415
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vsts.yml
Expand Up @@ -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
Expand Down

0 comments on commit 9187415

Please sign in to comment.