File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ SmalltalkCISpec {
2+ #loading : [
3+ SCIMetacelloLoadSpec {
4+ #baseline : ' DataFrame' ,
5+ #platforms : [ #pharo ]
6+ }
7+ ]
8+ }
Original file line number Diff line number Diff line change 1+ language : smalltalk
2+ sudo : false
3+
4+ # Select operating system(s)
5+ os :
6+ - linux
7+ # - osx
8+
9+ # Select compatible Smalltalk image(s)
10+ smalltalk :
11+ # - Squeak-trunk
12+ # - Squeak-5.1
13+ # - Squeak-5.0
14+ # - Squeak-4.6
15+ # - Squeak-4.5
16+
17+ # - Pharo-alpha
18+ # - Pharo-stable
19+ # - Pharo-7.0
20+ - Pharo-6.0
21+ # - Pharo-5.0
22+ # - Pharo-4.0
23+ # - Pharo-3.0
24+
25+ # - Pharo64-alpha
26+ # - Pharo64-stable
27+ # - Pharo64-7.0
28+ # - Pharo64-6.0
29+
30+ # - GemStone-3.3.0
31+ # - GemStone-3.2.12
32+ # - GemStone-3.1.0.6
33+
34+ # Uncomment to enable caching (only useful for GemStone builds (3x faster))
35+ # cache:
36+ # directories:
37+ # - $SMALLTALK_CI_CACHE
You can’t perform that action at this time.
0 commit comments