forked from SeasideSt/Grease
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
21 lines (17 loc) · 884 Bytes
/
.travis.yml
File metadata and controls
21 lines (17 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: erlang
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=GemStone-2.4.4.1 BASELINE=Grease LOADS=Tests REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=GemStone-3.1.0.5 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