-
Notifications
You must be signed in to change notification settings - Fork 16
/
.travis.yml_not_used
56 lines (45 loc) · 1.18 KB
/
.travis.yml_not_used
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
language: smalltalk
sudo: false
os: linux
install:
- pip install --user benchupload
smalltalk_config: .smalltalk.ston
smalltalk:
- GemStone-2.4.8
- GemStone-3.1.0.6
- GemStone-3.2.17
- GemStone-3.3.9
- GemStone-3.4.3 # keep in lineup because GsDevKit_home docs reference it
- GemStone-3.4.5
- GemStone-3.5.5
env:
- GSCI_CLIENTS="Pharo-3.0"
before_script:
# 'project new' command tests need this
- git config --global user.email "[email protected]"
- git config --global user.name "Your Name"
matrix:
include:
# Do only one build on osx
- smalltalk: GemStone-3.4.2
os: osx
- smalltalk_config: .minimal.smalltalk.ston
smalltalk: GemStone-3.4.2
env: GSCI_CLIENTS="Pharo-5.0"
- smalltalk_config: .minimal.smalltalk.ston
smalltalk: GemStone-3.3.9
env: GSCI_CLIENTS="Pharo-5.0"
allow_failures:
- os: osx
- smalltalk: GemStone-2.4.8
- env: GSCI_CLIENTS="Pharo-5.0"
cache:
directories:
- $SMALLTALK_CI_CACHE
# bob-bench xUnit file analysis
after_success:
- benchupload --dir=$SMALLTALK_CI_BUILD
after_failure:
- benchupload --dir=$SMALLTALK_CI_BUILD
notifications:
slack: gemtalksystems:4YWbzy6sJN9cE0FhxvUPP8nS