-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
23 lines (19 loc) · 1.22 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: java
jdk:
- openjdk11
cache:
directories:
- $HOME/.m2
before_install:
- git clone --depth 1 https://github.com/kit-sdq/BuildUtilities.git /tmp/BuildUtilities
- . /tmp/BuildUtilities/travis-ci/setupenvironment.sh
- git clone https://github.com/KAMP-Research/KAMP_BuildUtilities.git /tmp/KAMP_BuildUtilities
- . /tmp/KAMP_BuildUtilities/setupsubprojects.sh "https://github.com/KAMP-Research/KAMP4APS.git KAMP-Research/KAMP/bundles/KAMP4APS edu.kit.ipd.sdq.kamp4aps.feature KAMP4APS" "https://github.com/KAMP-Research/KAMP4BP.git KAMP-Research/KAMP/bundles/KAMP4BP edu.kit.ipd.sdq.kamp4bp.feature KAMP4BP" "https://github.com/KAMP-Research/KAMP4HMI.git KAMP-Research/KAMP/bundles/KAMP4HMI edu.kit.ipd.sdq.kamp4hmi.feature KAMP4HMI" "https://github.com/KAMP-Research/KAMP4IEC.git KAMP-Research/KAMP/bundles/KAMP4IEC edu.kit.ipd.sdq.kamp4iec.feature KAMP4IEC" "https://github.com/KAMP-Research/KAMP4IS.git KAMP-Research/KAMP/bundles/KAMP4IS edu.kit.ipd.sdq.kamp4is.feature KAMP4IS"
install: true
deploy:
provider: pages:git
token: $KAMP_BUILD
edge: true
verbose: true
local_dir: /home/travis/build/KAMP-Research/KAMP/releng/edu.kit.ipd.sdq.kamp.updatesite/target/repository
script: mvn clean verify