Improving baseline for pharo.
This commit is contained in:
parent
f95b121e3b
commit
f571ac6278
@ -21,5 +21,7 @@ BaselineOfInstagramPharo >> baseline: spec [
|
||||
for: #pharo
|
||||
do: [ spec
|
||||
baseline: 'OSSubprocess' with: [ spec repository:
|
||||
'github://pharo-contributions/OSSubprocess:master/repository' ] ]
|
||||
'github://pharo-contributions/OSSubprocess:master/repository' ];
|
||||
package: 'Instagram' with: [ spec requires: #('OSSubprocess') ];
|
||||
group: 'core' with: #('Instagram' 'OSSubprocess') ].
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user