TestProjectForBaseline

Description

Test project to works on baseline building.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Sept. 15, 2023
Updated
Sept. 21, 2023

Categories

Testing

README excerpt

[![License](https://img.shields.io/github/license/OpenSmock/TestProjectForBaseline.svg)](./LICENSE)

<badges for separated tests scripts>
   
[![Pharo 11 CI](https://github.com/OpenSmock/TestProjectForBaseline/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/TestProjectForBaseline/actions/workflows/Pharo11CI.yml)

# Test Project For Baseline

## Getting Started

### Installation

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

```smalltalk
[ 
	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

- [DependencyTestProjectForBaseline](https://github.com/OpenSmock/DependencyTestProjectForBaseline)
- Bloc
- Toplo
- OnBloc
- Album
  
## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
← Back to results