diff --git a/.github/workflows/Pharo11CI.yml b/.github/workflows/Pharo11CI.yml deleted file mode 100644 index fca7fc0..0000000 --- a/.github/workflows/Pharo11CI.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: 'Pharo 11 CI' - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -on: - push: - branches: - - 'main' - pull_request: - types: [assigned, opened, synchronize, reopened] - -jobs: - build: - strategy: - matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - smalltalk: [ Pharo64-11 ] - runs-on: ${{ matrix.os }} - name: ${{ matrix.smalltalk }} on ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: hpi-swa/setup-smalltalkCI@v1 - with: - smalltalk-image: ${{ matrix.smalltalk }} - - name: Load in New Image and Run Tests - run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }} - shell: bash - timeout-minutes: 30 diff --git a/.github/workflows/Pharo12CI.yml b/.github/workflows/Pharo12CI.yml deleted file mode 100644 index f9535e2..0000000 --- a/.github/workflows/Pharo12CI.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: 'Pharo 12 CI' - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -on: - push: - branches: - - 'main' - pull_request: - types: [assigned, opened, synchronize, reopened] - schedule: - - cron: '0 12 * * 0' - -jobs: - build: - strategy: - matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - smalltalk: [ Pharo64-12 ] - runs-on: ${{ matrix.os }} - name: ${{ matrix.smalltalk }} on ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: hpi-swa/setup-smalltalkCI@v1 - with: - smalltalk-image: ${{ matrix.smalltalk }} - - name: Load in New Image and Run Tests - run: smalltalkci -s ${{ matrix.smalltalk }} ${{ matrix.ston }} - shell: bash - timeout-minutes: 30 diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 1b2bd16..f3e1702 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - smalltalk: [ Pharo64-11, Pharo64-12 ] + smalltalk: [ Pharo64-11 ] runs-on: ${{ matrix.os }} name: ${{ matrix.smalltalk }} on ${{ matrix.os }} steps: diff --git a/LICENSE b/LICENSE index 91a2aa0..f630b4b 100644 --- a/LICENSE +++ b/LICENSE @@ -19,12 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -Molecule Geographical Position Example uses images by Freepik Company, S.L. -requires citations -https://www.freepikcompany.com/legal - -Molecule Geographical Position Example uses images by OpenStreetMap® -Open Data Commons Open Database License (ODbL) -https://opendatacommons.org/licenses/odbl/ diff --git a/README.md b/README.md index ee8ea3f..cd73bfa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![License](https://img.shields.io/github/license/OpenSmock/Molecule-Geographical-Position-Example.svg)](./LICENSE) +[![Tests](https://github.com/OpenSmock/Molecule-Geographical-Position-Example/actions/workflows/Tests.yml/badge.svg)](https://github.com/OpenSmock/Molecule-Geographical-Position-Example/actions/workflows/Tests.yml) # Molecule Geographical Position Example @@ -18,11 +19,11 @@ Open the Pharo Launcher and create a new image: ![Capture d'écran 2023-10-26 113038](https://github.com/OpenSmock/Molecule-Geographical-Position-Example/assets/34318678/2389dd07-ba76-467f-9870-4da800690817) -In the official distribution list, select Pharo 11 (choose 32 or 64bits depending on your system) and click on `Create image`: +In the official distribution list, select **Pharo 11** (choose 32 or 64bits depending on your system) and click on `Create image`: ![Capture d'écran 2023-10-26 113406](https://github.com/OpenSmock/Molecule-Geographical-Position-Example/assets/34318678/4a8eb11f-c2de-4e84-86f0-6e1e61a8c27d) -Depending on when you install Pharo 11, you may find it in the Deprecated distributions section. +Depending on when you install **Pharo 11**, you may find it in the Deprecated distributions section. Select the newly created image in the list then click "start": @@ -61,4 +62,11 @@ It is possible that a window open asking you your author name, the name you ente This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -This project uses images from Freepik Company, S.L. and OpenStreetMap® - see the [LICENSE](LICENSE) file for details. +Molecule Geographical Position Example uses images by Freepik Company, S.L. +requires citations +https://www.freepikcompany.com/legal + +Molecule Geographical Position Example uses images by OpenStreetMap® +Open Data Commons Open Database License (ODbL) +https://opendatacommons.org/licenses/odbl/ +