File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222jobs :
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 :
You can’t perform that action at this time.
0 commit comments