File size: 466 Bytes
8f3f8db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
baseline
baseline: spec
	<baseline>
	spec
		for: #'common'
		do: [
			spec
				baseline: 'SmalltalkCI' with: 
					[ spec
						loads: #('default');
						repository: 'github://hpi-swa/smalltalkCI:81b47d0982794601c3a085f98786c6384873a4e7/repository' ];
				package: 'JSBridge-Core';
				package: 'SqueakJS-Testing' with: [spec requires: #('SmalltalkCI')];
				package: 'VMMakerJS';
				yourself.
			spec
				group: 'tests' with: #('SqueakJS-Testing') ];
				yourself