Skip to content

Commit 06419c3

Browse files
Pharo 10 builds
1 parent 2f6bad1 commit 06419c3

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,42 @@ env:
2121

2222
jobs:
2323

24+
test-p10-linux:
25+
runs-on: ubuntu-latest
26+
env:
27+
PLATFORM: linux
28+
name: 'Test Pharo 10 Linux'
29+
steps:
30+
- name: Checkout repository
31+
uses: actions/checkout@v2.3.4
32+
- name: Load SmalltalkCI environment
33+
uses: hpi-swa/setup-smalltalkCI@1.2.1
34+
id: smalltalkci
35+
with:
36+
smalltalk-version: Pharo64-10.0
37+
- name: Prepare image and test
38+
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
39+
shell: bash
40+
timeout-minutes: 10
41+
42+
test-p10-win:
43+
runs-on: windows-latest
44+
env:
45+
PLATFORM: win
46+
name: 'Test Pharo 10 Windows'
47+
steps:
48+
- name: Checkout repository
49+
uses: actions/checkout@v2.3.4
50+
- name: Load SmalltalkCI environment
51+
uses: hpi-swa/setup-smalltalkCI@1.2.1
52+
id: smalltalkci
53+
with:
54+
smalltalk-version: Pharo64-10.0
55+
- name: Prepare image and test
56+
run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }}
57+
shell: bash
58+
timeout-minutes: 15
59+
2460
build-linux:
2561
runs-on: ubuntu-latest
2662
env:

0 commit comments

Comments
 (0)