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 before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh ffmpeg install: _ci/build.sh ffmpeg
script: bash _ci/test.sh ffmpeg script: bash _ci/test.sh ffmpeg
- name: "ImageMagick" # - name: "ImageMagick"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh imagemagick # install: _ci/build.sh imagemagick
script: bash _ci/test.sh imagemagick # script: bash _ci/test.sh imagemagick
- name: "LibreOffice" # - name: "LibreOffice"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh libreoffice # install: _ci/build.sh libreoffice
script: bash _ci/test.sh libreoffice # script: bash _ci/test.sh libreoffice
- name: "Transform Misc" # - name: "Transform Misc"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh misc # install: _ci/build.sh misc
script: bash _ci/test.sh misc # script: bash _ci/test.sh misc
- name: "PDF Renderer" # - name: "PDF Renderer"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh pdf-renderer # install: _ci/build.sh pdf-renderer
script: bash _ci/test.sh pdf-renderer # script: bash _ci/test.sh pdf-renderer
- name: "Tika" # - name: "Tika"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh tika # install: _ci/build.sh tika
script: bash _ci/test.sh tika # script: bash _ci/test.sh tika
- name: "All in One Transfomer" # - name: "All in One Transfomer"
if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
before_script: travis_wait bash _ci/cache_artifacts.sh # before_script: travis_wait bash _ci/cache_artifacts.sh
install: _ci/build.sh full-build # install: _ci/build.sh full-build
script: bash _ci/test.sh aio-test # script: bash _ci/test.sh aio-test
# - name: "WhiteSource" # - name: "WhiteSource"
# if: branch NOT IN (company_release) # if: branch NOT IN (company_release)
# script: bash _ci/whitesource.sh # script: bash _ci/whitesource.sh