mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
ATS-812: PoC FFmpeg (experimental) - comment out T-Engine jobs except FFmpeg (do not merge)
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -41,49 +41,57 @@ jobs:
|
|||||||
install: skip
|
install: skip
|
||||||
script: travis_wait 30 bash _ci/source_clear.sh
|
script: travis_wait 30 bash _ci/source_clear.sh
|
||||||
|
|
||||||
- stage: Build and Test
|
|
||||||
- name: "Core & Base Snapshot deployment" # This is to separate the snapshot deployment from the following jobs, to prevent duplication on nexus
|
- name: "Core & Base Snapshot deployment" # This is to separate the snapshot deployment from the following jobs, to prevent duplication on nexus
|
||||||
|
stage: build and test
|
||||||
if: branch = master AND type != pull_request
|
if: branch = master AND type != pull_request
|
||||||
before_script: travis_wait bash _ci/cache_artifacts.sh
|
before_script: travis_wait bash _ci/cache_artifacts.sh
|
||||||
install: travis_wait 20 mvn -B -U -q clean install -DadditionalOption=-Xdoclint:none -DskipTests -Dmaven.javadoc.skip=true -Dmaven.wagon.http.pool=false -Pbase
|
install: travis_wait 20 mvn -B -U -q clean install -DadditionalOption=-Xdoclint:none -DskipTests -Dmaven.javadoc.skip=true -Dmaven.wagon.http.pool=false -Pbase
|
||||||
script: mvn -B -U clean deploy -DadditionalOption=-Xdoclint:none -Dmaven.javadoc.skip=true -Dmaven.wagon.http.pool=false -Pbase
|
script: mvn -B -U clean deploy -DadditionalOption=-Xdoclint:none -Dmaven.javadoc.skip=true -Dmaven.wagon.http.pool=false -Pbase
|
||||||
# TODO PoC for Video/Audio transforms (using FFmpeg)
|
# TODO PoC for Video/Audio transforms (using FFmpeg)
|
||||||
- name: "Transform Video/Audio (FFmpeg)"
|
- name: "Transform Video/Audio (FFmpeg)"
|
||||||
|
stage: build and test
|
||||||
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 ffmpeg
|
install: _ci/build.sh ffmpeg
|
||||||
script: bash _ci/test.sh ffmpeg
|
script: bash _ci/test.sh ffmpeg
|
||||||
# - name: "ImageMagick"
|
# - name: "ImageMagick"
|
||||||
|
# stage: build and test
|
||||||
# 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"
|
||||||
|
# stage: build and test
|
||||||
# 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"
|
||||||
|
# stage: build and test
|
||||||
# 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"
|
||||||
|
# stage: build and test
|
||||||
# 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"
|
||||||
|
# stage: build and test
|
||||||
# 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 Transformer"
|
# - name: "All in One Transformer"
|
||||||
|
# stage: build and test
|
||||||
# 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: travis_wait 30 bash _ci/test.sh aio-test
|
# script: travis_wait 30 bash _ci/test.sh aio-test
|
||||||
# - name: "WhiteSource"
|
# - name: "WhiteSource"
|
||||||
|
# stage: build and test
|
||||||
# if: branch NOT IN (company_release)
|
# if: branch NOT IN (company_release)
|
||||||
# script: bash _ci/whitesource.sh
|
# script: bash _ci/whitesource.sh
|
||||||
# - name: "Source Clear Scan (SCA)"
|
# - name: "Source Clear Scan (SCA)"
|
||||||
@@ -91,6 +99,7 @@ jobs:
|
|||||||
# install: skip
|
# install: skip
|
||||||
# script: travis_wait 30 bash _ci/sourceclear.sh
|
# script: travis_wait 30 bash _ci/sourceclear.sh
|
||||||
# - name: "Static Analysis (SAST)"
|
# - name: "Static Analysis (SAST)"
|
||||||
|
# stage: build and test
|
||||||
# TODO ATS-721: comment out until it is possible to run concurrent SAST scans
|
# TODO ATS-721: comment out until it is possible to run concurrent SAST scans
|
||||||
# if: branch NOT IN (company_release) AND type != pull_request
|
# if: branch NOT IN (company_release) AND type != pull_request
|
||||||
# if: branch = master AND type != pull_request
|
# if: branch = master AND type != pull_request
|
||||||
|
Reference in New Issue
Block a user