/TestProjectForBaseline

Test project to works on baseline building.

Primary LanguageSmalltalkMIT LicenseMIT

License

Pharo 11 CI

Test Project For Baseline

Getting Started

Installation

To install the project on your Pharo image you can just execute the following script:

[ 
	Metacello new
    baseline: 'TestProjectForBaseline';
    repository: 'github://OpenSmock/TestProjectForBaseline:main/src';
    onConflict:[ :ex :loaded :incoming | ex useLoaded ];
    onUpgrade: [ :ex :loaded :incoming | ex useLoaded ];
    ignoreImage;
    load.

] on: MCMergeOrLoadWarning do: [ :warning | warning load ].

Dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.