Skip to content

Commit b3ff236

Browse files
authored
Create .smalltalk.ston
1 parent 7cd6b01 commit b3ff236

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.smalltalk.ston

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SmalltalkCISpec {
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'PolyMathDataStructures',
5+
#directory : 'src',
6+
#platforms : [ #pharo ]
7+
}
8+
],
9+
#testing : {
10+
#coverage : {
11+
#packages : [
12+
'Math-Core*',
13+
'Math-Matrix*' ]
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)