Skip to content

Commit 7b4e9cb

Browse files
Create .smalltalk.ston
1 parent d8fab74 commit 7b4e9cb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.smalltalk.ston

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
SmalltalkCISpec {
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#configuration : 'PolyMath',
5+
#repository : 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main',
6+
#load : [ 'default' ],
7+
#platforms : [
8+
#pharo ]
9+
}
10+
],
11+
#testing : {
12+
#categories : [ 'PolyMath-Tests-*' ]
13+
}
14+
}

0 commit comments

Comments
 (0)