Skip to content

Commit

Permalink
Merge 922e078 into 4eab55f
Browse files Browse the repository at this point in the history
  • Loading branch information
rsommerfeld committed May 23, 2021
2 parents 4eab55f + 922e078 commit 88de327
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: CI-Screenshot demo
on:
push:
branches: [master, develop, feature/*, screenshots]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
smalltalk: [ Squeak64-Trunk, Squeak64-5.3, Squeak64-5.2 ]
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-version: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
timeout-minutes: 15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@master
if: ${{ always() }}
with:
name: Everything
path: /home/runner/.smalltalkCI/telegramScreenshots

0 comments on commit 88de327

Please sign in to comment.