File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- smalltalk : [ Moose64-10 , Moose64-11 ]
13+ smalltalk : [ Moose64-12 , Moose64-13 ]
1414 name : ${{ matrix.smalltalk }}
1515 steps :
1616 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11# FAST
22
3- [ ![ CI MOOSE10] ( https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml/badge.svg )] ( https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml )
4- [ ![ CI MOOSE11] ( https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose11.yml/badge.svg )] ( https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose11.yml )
3+ [ ![ Moose 11 and 12 CI] ( https://github.com/moosetechnology/FAST/actions/workflows/tests.yml/badge.svg )] ( https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml )
54
6- [ ![ Moose version] ( https://img.shields.io/badge/Moose-10 -%23aac9ff.svg )] ( https://github.com/moosetechnology/Moose )
5+ Supported Moose Versions: [ ![ Moose version] ( https://img.shields.io/badge/Moose-11-%23aac9ff.svg )] ( https://github.com/moosetechnology/Moose ) [ ![ Moose version ] ( https://img.shields.io/badge/Moose-12 -%23aac9ff.svg)] ( https://github.com/moosetechnology/Moose )
76
87## Installation
98
109To install FAST execute in a playground:
1110
1211``` st
1312Metacello new
14- githubUser: 'moosetechnology' project: 'FAST' commitish: 'v2 ' path: 'src';
13+ githubUser: 'moosetechnology' project: 'FAST' commitish: 'v3 ' path: 'src';
1514 baseline: 'FAST';
1615 load
1716```
1817
1918## FAST Meta-Model
2019
2120![ FAST Meta-model] ( https://raw.githubusercontent.com/moosetechnology/FAST/v2-doc/fast-core.png )
21+
You can’t perform that action at this time.
0 commit comments