forked from matsim-org/matsim-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml.matrixversion
71 lines (65 loc) · 2.51 KB
/
.travis.yml.matrixversion
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
language: java
jdk: oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer # https://github.com/travis-ci/travis-ci/issues/3259
# For the following, see
# https://blog.travis-ci.com/2017-09-12-build-stages-order-and-conditions.
# Note that you cannot get rid of the "test" stage, and it is the only
# stage that does get matrix-expanded. So the IT tests need to be run
# in stage called "test", and that is the end to it. kai, dec'17
# define the order of the stages:
stages:
- package
- test
# this is the script run in the "test" stage:
script: cd ${TRAVIS_BUILD_DIR}/${MODULE} && mvn failsafe:integration-test --batch-mode -Dmaven.test.redirectTestOutputToFile -Dmatsim.preferLocalDtds=true --fail-at-end
# this defines all other stages.
jobs:
include:
- stage: package
script: mvn package --batch-mode -Dmaven.test.redirectTestOutputToFile -Dmatsim.preferLocalDtds=true --fail-at-end
cache:
directories:
- $HOME/.m2
env:
global:
- MAVEN_OPTS="-Xmx2g"
matrix:
- MODULE=matsim
- MODULE=contribs/accessibility
- MODULE=contribs/av
- MODULE=contribs/analysis
- MODULE=contribs/cadytsIntegration
- MODULE=contribs/carsharing
- MODULE=contribs/drt
- MODULE=contribs/dvrp
- MODULE=contribs/ev
- MODULE=contribs/taxi
- MODULE=contribs/emissions
- MODULE=contribs/freight
- MODULE=contribs/signals
- MODULE=contribs/locationchoice
- MODULE=contribs/matsim4urbansim
- MODULE=contribs/minibus
- MODULE=contribs/networkEditor
- MODULE=contribs/otfvis
- MODULE=contribs/matrixbasedptrouter
- MODULE=contribs/parking
- MODULE=contribs/socnetsim
- MODULE=contribs/socnetgen
- MODULE=contribs/transEnergySim
- MODULE=contribs/roadpricing
- MODULE=contribs/multimodal
- MODULE=contribs/integration
- MODULE=contribs/wagonSim
- MODULE=contribs/pseudosimulation
- MODULE=contribs/common
- MODULE=contribs/eventsBasedPTRouter
- MODULE=contribs/travelsummary
- MODULE=contribs/deprecated
- MODULE=contribs/protobuf
- MODULE=contribs/hybridsim
- MODULE=contribs/noise
- MODULE=contribs/bicycle