Commit 9d31bc3 1 parent ef1b32e commit 9d31bc3 Copy full SHA for 9d31bc3
File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : RSR Unit Testing
2
+
3
+ on : [push]
4
+
5
+ jobs :
6
+ build :
7
+ strategy :
8
+ matrix :
9
+ os :
10
+ - ubuntu-latest
11
+ - macos-latest
12
+ smalltalk :
13
+ - Pharo64-stable
14
+ - Pharo64-12
15
+ - Pharo64-11
16
+ name : ${{ matrix.os }} - ${{ matrix.smalltalk }}
17
+ runs-on : ${{ matrix.os }}
18
+ steps :
19
+ - uses : actions/checkout@v2
20
+ - uses : hpi-swa/setup-smalltalkCI@v1
21
+ with :
22
+ smalltalk-image : ${{ matrix.smalltalk }}
23
+ - run : smalltalkci -s ${{ matrix.smalltalk }}
24
+ shell : bash
25
+ timeout-minutes : 15
Original file line number Diff line number Diff line change
1
+ SmalltalkCISpec {
2
+ #loading : [
3
+ SCIMetacelloLoadSpec {
4
+ #baseline : ' RemoteServiceReplication' ,
5
+ #load : [ ' All' ],
6
+ #directory : ' src' ,
7
+ #onWarningLog : true ,
8
+ #platforms : [ #pharo ]
9
+ }
10
+ ]
11
+ }
12
+
You can’t perform that action at this time.
0 commit comments