-
Notifications
You must be signed in to change notification settings - Fork 71
/
.smalltalk.ston
47 lines (47 loc) · 1.15 KB
/
.smalltalk.ston
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
38
39
40
41
42
43
44
45
46
47
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'Seaside3',
#directory : 'repository',
#load : [ 'CI' ],
#onConflict : #useIncoming,
#useLatestMetacello : false,
#onWarningLog : true,
#platforms : [ #pharo ]
},
SCIMetacelloLoadSpec {
#baseline : 'Seaside3',
#directory : 'repository',
#load : [ 'CI' ],
#onConflict : #useIncoming,
#useLatestMetacello : true,
#onWarningLog : true,
#platforms : [ #squeak ]
},
SCIMetacelloLoadSpec {
#baseline : 'Seaside3',
#directory : 'repository',
#onWarningLog : true,
#onConflict : #useIncoming,
#load : [ 'CI' ],
#platforms : [ #gemstone ]
}
],
#preTesting : SCICustomScript {
#path : 'scripts/preTestingPharo.st',
#platforms : [ #pharo ]
},
#testing : {
#defaultTimeout : 30,
#exclude : {
#packages : [ 'Cryptography.*' ]
},
#include : {
#classes : [ #SentButNotImplementedTest , #UndefinedSymbolsTest ]
},
#coverage : {
#packages : [ 'Seaside*','JQuery*','Javascript*' ],
#format: #lcov
}
}
}