Skip to content

Test project to works on baseline building.

License

Notifications You must be signed in to change notification settings

OpenSmock/TestProjectForBaseline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Test project to works on baseline building.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published