1. 06 3月, 2019 1 次提交
  2. 19 9月, 2018 2 次提交
    • R
      CI: Add mbedTLS dependency for AppVeyor Linux · 2bf1f3f5
      Ryan Foster 提交于
      On Ubuntu 16.04 (Xenial), we have to build mbedTLS from source because
      the version available from apt, mbedTLS 2.2.1, does not work with the
      RTMPS implementation in OBS, which requires mbedTLS 2.7 at minimum. This
      is due to the use of the function mbedtls_ssl_conf_dh_param_bin, which
      was introduced in mbedTLS 2.7.
      2bf1f3f5
    • R
      CI: Build on Linux with AppVeyor · c3b2380b
      Ryan Foster 提交于
      Build on Linux (Ubuntu 16.04) with AppVeyor. Disable PowerShell on
      Linux. Ubuntu 16.04's dependencies are different from the existing
      Ubuntu 14.04 dependencies, so a separate script for installing those
      dependencies has been added.
      c3b2380b
  3. 21 1月, 2018 1 次提交
  4. 04 12月, 2017 1 次提交
    • J
      Revert "CI: Linux - Install FFmpeg from source" · 2f788716
      juvester 提交于
      This reverts commit de32d89f.
      
      Fixes an issue where Linux CI builds fail because FFmpeg fails to
      compile. Using FFmpeg git master in CI builds was obviously not the
      smartest idea because changes in FFmpeg can break things unexpectedly.
      Sorry about that.
      
      The reason for the original commit was that OBS failed to compile
      with FFmpeg 2.4. That has been fixed since.
      2f788716
  5. 25 3月, 2017 1 次提交
  6. 11 3月, 2017 1 次提交
  7. 26 2月, 2017 1 次提交