forked from SeasideSt/Grease
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.smalltalk.ston
More file actions
11 lines (11 loc) · 564 Bytes
/
.smalltalk.ston
File metadata and controls
11 lines (11 loc) · 564 Bytes
1
2
3
4
5
6
7
8
9
10
11
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'Grease', // Define MC Baseline
#directory : 'packages', // Path to packages if FileTree is used
#onWarningLog : true, // Handle Warnings and log message to Transcript (GemStone)
#load : [ 'CI' ], // Define MC load attributes
#platforms : [ #squeak, #pharo, #gemstone ], // Define compatible platforms
}
]
}