-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
33 lines (28 loc) · 958 Bytes
/
.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
24
25
26
27
28
29
30
31
32
33
language: erlang
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/dd28fc6ec3cc9c66b330 # GsDevKit/gsApplicationTools room
- https://webhooks.gitter.im/e/c59e6bffa0b41a693676 # GsDevKit/chat (public)
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
env:
- ST=GemStone-2.4.4.1
# - ST=GemStone-2.4.4.7
# - ST=GemStone-2.4.5
- ST=GemStone-2.4.6
- ST=GemStone-3.0.1
- ST=GemStone-3.1.0.6
- ST=GemStone-3.2.0
- ST=GemStone-3.2.7
install:
- export PROJECT_HOME="$(pwd)"
- cd $HOME
- wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/master
- unzip -q builderCI.zip
- cd dalehenrich-builderCI*
- source build_env_vars
- ln -s $PROJECT_HOME $GIT_PATH
- ./build_image.sh
script: $BUILDER_CI_HOME/testTravisCI.sh # -verbose