-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
33 lines (28 loc) · 966 Bytes
/
.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
# copied from github.com/dalehenrich/builderCI
language: ruby
env:
- ST=Squeak-4.3
- ST=Squeak-4.4
install:
- export PROJECT_HOME="$(pwd)"
- cd $HOME
- sudo apt-get install libc6:i386
- wget -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:
- ./build.sh -i $ST -m -f "$PROJECT_HOME/tests/travisCI.st" -o travisCI
- cd "${BUILD_PATH}/travisCI/"
- $BUILDER_CI_HOME/buildImageErrorCheck.sh # dump Transcript on error and exit
- $BUILDER_CI_HOME/buildTravisStatusCheck.sh # dump Transcript on failed tests and exit
# reach here on successful build
# - cat TravisTranscript.txt
notifications:
email:
- tobias.pfeiffer@student.hpi.uni-potsdam.de
- anton.gulenko@student.hpi.uni-potsdam.de
- lethal_guitar128@web.de
- lauritz.thamsen@gmail.com