mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
try to start alfresco using script
This commit is contained in:
@@ -59,9 +59,8 @@ jobs:
|
|||||||
- name: "Community Rest API Tests"
|
- name: "Community Rest API Tests"
|
||||||
stage: Tests
|
stage: Tests
|
||||||
install:
|
install:
|
||||||
- mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests
|
- mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -B
|
||||||
- cd rm-automation/rm-automation-community-rest-api
|
- travis_wait 60 ./scripts/startAlfresco.sh "apply-rm-community"
|
||||||
- mvn clean install -Pinstall-alfresco,apply-rm-community -Dinstaller.url=https://releases.alfresco.com/Enterprise-5.2/5.2.7/5.2.7/build-00025/ALL/alfresco-content-services-installer-5.2.7-linux-x64.bin
|
|
||||||
script:
|
script:
|
||||||
- echo "Community Rest API Tests"
|
- echo "Community Rest API Tests"
|
||||||
- name: "Enterprise Rest API Tests"
|
- name: "Enterprise Rest API Tests"
|
||||||
|
6
scripts/startAlfresco.sh
Normal file
6
scripts/startAlfresco.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
export PROFILE=$1
|
||||||
|
|
||||||
|
cd rm-automation
|
||||||
|
mvn clean install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${env.INSTALLER_URL}
|
Reference in New Issue
Block a user