Skip to content

Commit 8e6dcf4

Browse files
author
Patrik
committed
Smalltalk CI specifications for Pharo and GemStone
1 parent 7726ef6 commit 8e6dcf4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.smalltalk_gemstone.ston

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
SmalltalkCISpec {
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'OrderPreservingDictionary',
5+
#directory : 'filetree',
6+
#load : [ 'Tests' ],
7+
#platforms : [ #gemstone ]
8+
}
9+
]
10+
}

.smalltalk_pharo.ston

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
SmalltalkCISpec {
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'BitmapCharacterSet',
5+
#directory : 'src',
6+
#load : [ 'Tests' ],
7+
#platforms : [ #pharo ]
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)