We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942a6b9 commit d5b2fd8Copy full SHA for d5b2fd8
.smalltalk.ston
@@ -1,11 +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
+ #baseline : 'Grease',
+ #directory : 'packages',
+ #onWarningLog : true,
+ #load : [ 'CI' ],
+ #platforms : [ #squeak, #pharo, #gemstone ]
9
}
10
]
11
0 commit comments