File tree Expand file tree Collapse file tree 1 file changed +25
-20
lines changed
Expand file tree Collapse file tree 1 file changed +25
-20
lines changed Original file line number Diff line number Diff line change 1- language : smalltalk
2- sudo : false
3- smalltalk :
4- - Pharo-5.0
5- - Pharo-4.0
6- - Pharo-3.0
7- - Pharo-2.0
8- - Squeak-4.4
9- - Squeak-4.5
10- - Squeak-5.0
11- - GemStone-2.4.4.1
12- - GemStone-3.1.0.6
13- - GemStone-3.2.10
1+ language : erlang
2+ sudo : true
3+ env :
144
5+ - ST=Pharo-1.4 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
6+ - ST=Pharo-2.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
7+ - ST=Pharo-3.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
8+ - ST=Pharo-4.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
9+ - ST=Squeak-4.4 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
10+ - ST=Squeak-4.5 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
11+ - ST=Squeak-5.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
12+ - ST=GemStone-2.4.4.2 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
13+ - ST=GemStone-3.1.0.6 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
14+ - ST=GemStone-3.2.10 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
1515
16- env :
17- global :
18- - BASELINE="Grease"
19- # - TESTS="PackagesToTest" # RegEx, i.e.: [A-Z].*, default is defined as BASELINE.*
20- # - BASELINE_GROUP="Tests" # Name of the group to load from baseline
21- - PACKAGES="./repository" # Directory where Filetree looks for package
22- # - BUILDERCI=false # Set to `true` for builderCI fallback
16+ install :
17+
18+ - export PROJECT_HOME="$(pwd)"
19+ - cd $HOME
20+ - wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/master
21+ - unzip -q builderCI.zip
22+ - cd dalehenrich-builderCI*
23+ - source build_env_vars
24+ - ln -s $PROJECT_HOME $GIT_PATH
25+ - ./build_image.sh
26+
27+ script : $PROJECT_HOME/tests/testTravisCI.sh -verbose
You can’t perform that action at this time.
0 commit comments