ATS-812: PoC FFmpeg skeleton - experimental

- temp comment-out other non-FFmpeg tests so that they don't run on Travis (DO NOT MERGE) ;-)
This commit is contained in:
Jan Vonka
2021-03-29 14:49:10 +01:00
parent 05169a8e85
commit 9665a6d893

View File

@@ -45,36 +45,36 @@ jobs:
before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh ffmpeg
script: bash _ci/test.sh ffmpeg
- name: "ImageMagick"
if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh imagemagick
script: bash _ci/test.sh imagemagick
- name: "LibreOffice"
if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh libreoffice
script: bash _ci/test.sh libreoffice
- name: "Transform Misc"
if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh misc
script: bash _ci/test.sh misc
- name: "PDF Renderer"
if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh pdf-renderer
script: bash _ci/test.sh pdf-renderer
- name: "Tika"
if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh tika
script: bash _ci/test.sh tika
- name: "All in One Transfomer"
if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh full-build
script: bash _ci/test.sh aio-test
# - name: "ImageMagick"
# if: branch NOT IN (company_release)
# before_script: travis_wait bash _ci/cache_artifacts.sh
# install: _ci/build.sh imagemagick
# script: bash _ci/test.sh imagemagick
# - name: "LibreOffice"
# if: branch NOT IN (company_release)
# before_script: travis_wait bash _ci/cache_artifacts.sh
# install: _ci/build.sh libreoffice
# script: bash _ci/test.sh libreoffice
# - name: "Transform Misc"
# if: branch NOT IN (company_release)
# before_script: travis_wait bash _ci/cache_artifacts.sh
# install: _ci/build.sh misc
# script: bash _ci/test.sh misc
# - name: "PDF Renderer"
# if: branch NOT IN (company_release)
# before_script: travis_wait bash _ci/cache_artifacts.sh
# install: _ci/build.sh pdf-renderer
# script: bash _ci/test.sh pdf-renderer
# - name: "Tika"
# if: branch NOT IN (company_release)
# before_script: travis_wait bash _ci/cache_artifacts.sh
# install: _ci/build.sh tika
# script: bash _ci/test.sh tika
# - name: "All in One Transfomer"
# if: branch NOT IN (company_release)
# before_script: travis_wait bash _ci/cache_artifacts.sh
# install: _ci/build.sh full-build
# script: bash _ci/test.sh aio-test
# - name: "WhiteSource"
# if: branch NOT IN (company_release)
# script: bash _ci/whitesource.sh