Skip to content

Commit

Permalink
add ci moose11
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou authored Dec 12, 2023
1 parent 9d75312 commit 09ae558
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
PROJECT_NAME: PharoLanguageServer
PROJECT_NAME: Casino
strategy:
matrix:
smalltalk: [ Moose64-10 ]
Expand Down
40 changes: 40 additions & 0 deletions .github/workflows/ci-moose11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# This is a basic workflow to help you get started with Actions

name: CI Moose11

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

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the development branch
on:
push:
branches:
- main
- v*
- master
pull_request:
branches:
- main
- v*
- master

jobs:
build:
runs-on: ubuntu-latest
env:
PROJECT_NAME: Casino
strategy:
matrix:
smalltalk: [ Moose64-11 ]
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

0 comments on commit 09ae558

Please sign in to comment.