Skip to content

Commit

Permalink
try smalltalkCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jan 10, 2016
1 parent bb96a5d commit d840e1c
Showing 1 changed file with 20 additions and 25 deletions.
45 changes: 20 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
language: erlang
language: smalltalk
sudo: false
smalltalk:
- Pharo-5.0
- Pharo-4.0
- Pharo-3.0
- Pharo-2.0
- Squeak-4.4
- Squeak-4.5
- Squeak-5.0
- GemStone-2.4.4.1
- GemStone-3.1.0.6
- GemStone-3.2.10

env:

- ST=Pharo-1.4 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=Pharo-2.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=Pharo-3.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=Pharo-4.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=Squeak-4.4 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=Squeak-4.5 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=Squeak-5.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=GemStone-2.4.4.2 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=GemStone-3.1.0.6 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=GemStone-3.2.2 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"

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: $PROJECT_HOME/tests/testTravisCI.sh -verbose
env:
global:
- BASELINE="Grease"
# - TESTS="PackagesToTest" # RegEx, i.e.: [A-Z].*, default is defined as BASELINE.*
# - BASELINE_GROUP="Tests" # Name of the group to load from baseline
- PACKAGES="./repository" # Directory where Filetree looks for package
# - BUILDERCI=false # Set to `true` for builderCI fallback

0 comments on commit d840e1c

Please sign in to comment.