• moto's avatar
    Enable build ffmpeg-features in all related jobs (#2140) · 565f8d41
    moto authored
    Summary:
    This commit enables ffmpeg-feature build in tests and
    binary builds of all platforms.
    (Linux/macOS/Windows x conda/wheel)
    
    It also moves the definition of BUILD_FFMPEG env vars to the
    top level `config.yml`.
    
     ---
    Manual checking if all the build log contains `libtorchaudio_ffmpeg`.
    ### binary build
    - [x] `binary_linux_conda_py3.7_cpu`
    - [x] `binary_linux_conda_py3.7_cu102`
    - [x] `binary_linux_wheel_py3.7_cpu`
    - [x] `binary_linux_wheel_py3.7_cu102`
    - [x] `binary_macos_conda_py3.7_cpu`
    - [x] `binary_macos_wheel_py3.7_cpu`
    - [x] `binary_windows_conda_py3.7_cpu`
    - [x] `binary_windows_conda_py3.7_cu113`
    - [x] `binary_windows_wheel_py3.7_cpu`
    - [x] `binary_windows_wheel_py3.7_cu113`
    
    ### test
    - [x] `unittest_linux_cpu_py3.7`
    - [x] `unittest_linux_gpu_py3.7`
    - [x] `unittest_macos_cpu_py3.7`
    - [x] `unittest_windows_cpu_py3.7`
    - [x] `unittest_windows_gpu_py3.7`
    - [x] `integration test`
    
    Pull Request resolved: https://github.com/pytorch/audio/pull/2140
    
    Reviewed By: hwangjeff
    
    Differential Revision: D33464430
    
    Pulled By: mthrok
    
    fbshipit-source-id: 2c5b72be75d49019bf1599036180d4e56074e46b
    565f8d41
integration-test.yml 1.04 KB