Skip to content

Commit

Permalink
test on moose12
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou authored Jan 9, 2025
1 parent 7337c99 commit 0df2aa5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-moose11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ jobs:
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
30 changes: 30 additions & 0 deletions .github/workflows/test-moose12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI Moose12

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
push:
branches: [ v5 ]
pull_request:
branches: [ v5 ]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Moose64-12 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Carrefour

[![Moose version](https://img.shields.io/badge/Moose-11-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
[![CI](https://github.com/moosetechnology/Carrefour/actions/workflows/test-moose11.yml/badge.svg?branch=v4)](https://github.com/moosetechnology/Carrefour/actions/workflows/test-moose11.yml)
[![Moose version](https://img.shields.io/badge/Moose-12-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
[![CI](https://github.com/moosetechnology/Carrefour/actions/workflows/test-moose11.yml/badge.svg?branch=v5)](https://github.com/moosetechnology/Carrefour/actions/workflows/test-moose11.yml)
[![CI](https://github.com/moosetechnology/Carrefour/actions/workflows/test-moose12.yml/badge.svg?branch=v5)](https://github.com/moosetechnology/Carrefour/actions/workflows/test-moose12.yml)
[![Coverage Status](https://coveralls.io/repos/github/moosetechnology/Carrefour/badge.svg?branch=v5)](https://coveralls.io/github/moosetechnology/Carrefour?branch=v5)

Binding between Famix and FAST
Expand Down

0 comments on commit 0df2aa5

Please sign in to comment.