forked from pillar-markup/Microdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.smalltalk.All.ston
More file actions
37 lines (37 loc) · 788 Bytes
/
.smalltalk.All.ston
File metadata and controls
37 lines (37 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
SmalltalkCISpec {
#preLoading : '.github/scripts/preLoading.st',
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'Microdown',
#directory : 'src',
#onConflict : #useIncoming,
#onUpgrade : #useIncoming,
#registerInIceberg : true,
#ignoreImage : true
}
],
#testing : {
#include : {
#packages : [ '.*' ]
},
#exclude : {
#packages : [
'GT-Tests.*',
'Glamour-Tests.*',
'UnifiedFFI.*',
'ThreadedFFI.*',
'Monticello.*',
'Metacello.*',
'System-Settings-Tests.*',
'ReleaseTests.*' ],
#classes : [
#OutOfMemoryTest,
#TraitFileOutTest,
#PlatformResolverTest,
#SystemDependenciesTest,
#DAMessageSendAnalyzerTest,
#ProcessSpecificTest
]
}
}
}