mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
update travis file For AGS community
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -8,9 +8,7 @@ jdk:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- release/V2.7*
|
- release/V2.7*
|
||||||
- feature-2.7/*
|
-(feature|hotfix|merge)-2.7/*
|
||||||
- merge-2.7/*
|
|
||||||
- hotfix-2.7/*
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@@ -30,9 +28,13 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Build AGS
|
- stage: Build AGS
|
||||||
- name: "Build Community"
|
- name: "Build AGS Community"
|
||||||
- name: "Build Enterprise"
|
- before_install: bash scripts/setUpMavenPhase.sh
|
||||||
- name: "Benchmark"
|
- script:
|
||||||
|
- travis_wait 60 mvn -B ${mavenPhase} -P${buildProfile} -Dimage.tag=${latestImageTag} -Dskip.integrationtests=false -Dcommunity -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
||||||
|
|
||||||
|
- name: "Build AGS Enterprise"
|
||||||
|
- name: "AGS Benchmark"
|
||||||
|
|
||||||
- stage: Tests
|
- stage: Tests
|
||||||
- name: "Community Integrations Tests on MySQL"
|
- name: "Community Integrations Tests on MySQL"
|
||||||
@@ -52,3 +54,5 @@ jobs:
|
|||||||
|
|
||||||
- stage: Publish
|
- stage: Publish
|
||||||
- name: "Copy to S3 Release Bucket"
|
- name: "Copy to S3 Release Bucket"
|
||||||
|
before_install:
|
||||||
|
- "cp .travis.settings.xml $HOME/.m2/settings.xml"
|
Reference in New Issue
Block a user