Skip to content

Commit

Permalink
Merge pull request #9 from glassdb/issue_7
Browse files Browse the repository at this point in the history
fix Issue #7: use SmalltalkCI for travis tests
  • Loading branch information
dalehenrich authored Jan 27, 2017
2 parents 50697cc + 8bdcd62 commit f65fbf6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 39 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
16 changes: 16 additions & 0 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'PharoCompatibility',
#load : [ 'Tests' ],
#directory : 'repository',
#onWarningLog : true,
#platforms : [ #gemstone ]
}
],
#testing : {
#include : {
#classes : [ #SentButNotImplementedTest, #UndefinedSymbolsTest ]
}
}
}
30 changes: 11 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
language: erlang
language: smalltalk
sudo: false

env:
- ST=GemStone-2.4.5.2
- ST=GemStone-3.1.0.4
os: linux

# - ST=GemStone-2.4.4.1
# - ST=GemStone-2.4.4.8
# - ST=GemStone-2.4.5
# - ST=GemStone-3.0.1
smalltalk:
- GemStone-2.4.8
- GemStone-3.1.0.6
- GemStone-3.2.15
- GemStone-3.3.3

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: $BUILDER_CI_HOME/testTravisCI.sh -verbose
cache:
directories:
- $SMALLTALK_CI_CACHE
20 changes: 0 additions & 20 deletions tests/travisCI.st

This file was deleted.

0 comments on commit f65fbf6

Please sign in to comment.