Skip to content

Commit

Permalink
Pharo 10 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Sep 6, 2021
1 parent 95ba423 commit 1a3de9c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,41 @@ env:
RUN_ID: ${{ github.run_id }}

jobs:
test-p10-linux:
runs-on: ubuntu-latest
env:
PLATFORM: linux
name: 'Test Pharo 10 Linux'
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
- name: Load SmalltalkCI environment
uses: hpi-swa/setup-smalltalkCI@1.2.1
id: smalltalkci
with:
smalltalk-version: Pharo64-10
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
shell: bash
timeout-minutes: 10

test-p10-win:
runs-on: windows-latest
env:
PLATFORM: win
name: 'Test Pharo 10 Windows'
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
- name: Load SmalltalkCI environment
uses: hpi-swa/setup-smalltalkCI@1.2.1
id: smalltalkci
with:
smalltalk-version: Pharo64-10
- name: Prepare image and test
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
shell: bash
timeout-minutes: 15

test-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a3de9c

Please sign in to comment.