X Tutup
Skip to content

Commit 23c9ebf

Browse files
author
Johan Brichau
committed
added smalltalk.ston file
1 parent 4a60ab2 commit 23c9ebf

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.smalltalk.ston

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SmalltalkCISpec {
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'Grease', // Define MC Baseline
5+
#directory : 'packages', // Path to packages if FileTree is used
6+
#onWarningLog : true, // Handle Warnings and log message to Transcript (GemStone)
7+
#load : [ 'CI' ], // Define MC load attributes
8+
#platforms : [ #squeak, #pharo, #gemstone ], // Define compatible platforms
9+
}
10+
]
11+
}

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,3 @@ smalltalk:
1111
- GemStone-2.4.4.1
1212
- GemStone-3.1.0.6
1313
- GemStone-3.2.10
14-
15-
env:
16-
global:
17-
- BASELINE="Grease"
18-
# - TESTS="PackagesToTest" # RegEx, i.e.: [A-Z].*, default is defined as BASELINE.*
19-
# - BASELINE_GROUP="Tests" # Name of the group to load from baseline
20-
- PACKAGES="./repository" # Directory where Filetree looks for package
21-
# - BUILDERCI=false # Set to `true` for builderCI fallback

0 commit comments

Comments
 (0)
X Tutup