You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
295B

  1. language: c
  2. sudo: false
  3. addons:
  4. apt:
  5. packages:
  6. - yasm
  7. - diffutils
  8. compiler:
  9. - clang
  10. - gcc
  11. cache:
  12. directories:
  13. - ffmpeg-samples
  14. script:
  15. - mkdir -p ffmpeg-samples
  16. - ./configure --samples=ffmpeg-samples --cc=$CC
  17. - make -j 8
  18. - make fate-rsync
  19. - make check -j 8