X Tutup
Skip to content

Commit 33de244

Browse files
author
Johan Brichau
committed
split gemstone and pharo/squeak configs
1 parent d5b2fd8 commit 33de244

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.smalltalk.ston

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ SmalltalkCISpec {
55
#directory : 'packages',
66
#onWarningLog : true,
77
#load : [ 'CI' ],
8-
#platforms : [ #squeak, #pharo, #gemstone ]
8+
#platforms : [ #squeak, #pharo ]
9+
},
10+
SCIMetacelloLoadSpec {
11+
#baseline : 'Grease',
12+
#directory : 'packages',
13+
#onWarningLog : true,
14+
#load : [ 'CI' ],
15+
#platforms : [ #gemstone ]
916
}
1017
]
1118
}

0 commit comments

Comments
 (0)
X Tutup