forked from renggli/pharo-builder
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtravis.yml
57 lines (50 loc) · 1.56 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
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
sudo: true
language: erlang
# Choose which platforms you want your builds run against (done in parallel)
env:
- ST=Pharo-4.0
- ST=Squeak-Trunk
- ST=GemStone-3.2.4
- ST=PharoCore-1.1
- ST=PharoCore-1.2
- ST=PharoCore-1.3
- ST=Pharo-1.4
- ST=Pharo-2.0
- ST=Pharo-3.0
# Add `SCREENSHOT=XX` to Squeak builds to enable screenshot mode
- ST=Squeak-4.3
- ST=Squeak-4.4
- ST=Squeak-4.5 SCREENSHOT=60 # Take a screenshot every 60s
- ST=GemStone-2.4.4.1
- ST=GemStone-2.4.4.8
- ST=GemStone-2.4.5
- ST=GemStone-2.4.5.3
- ST=GemStone-2.4.6
- ST=GemStone-3.0.1
- ST=GemStone-3.1.0.2
- ST=GemStone-3.1.0.5
- ST=GemStone-3.1.0.6
- ST=GemStone-3.2.0
- ST=GemStone-3.2.1
- ST=GemStone-3.2.2
- ST=GemStone-3.2.3
# Allow builds to fail on certain platforms
matrix:
allow_failures:
- env: ST=Squeak-Trunk
# Boilerplate ... should be no reason to edit the install section
install:
- export PROJECT_HOME="$(pwd)"
- cd $HOME
# Download latest builderCI
- wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/archive/master.zip
# You can also choose to use a specific version of builderCI instead
# - wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/archive/v1.0.0.zip
- unzip -q builderCI.zip
- cd builderCI-*
- source build_env_vars
- ln -s $PROJECT_HOME $GIT_PATH
- ./build_image.sh
# Use a different script if you want to customize how travis tests are run
# Use verbose flag to dump transcript unconditionally
script: $BUILDER_CI_HOME/testTravisCI.sh # -verbose