File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
9
9
jobs :
10
- test-amd64 :
11
- runs-on : ubuntu-latest
12
- steps :
13
- - uses : actions/checkout@v2
14
- - name : make
15
- run : make && make test
16
-
10
+
17
11
test-linux-x86 :
18
12
runs-on : ubuntu-latest
19
13
strategy :
20
14
matrix :
21
- platformflags : ["", "-m32"]
15
+ include :
16
+ - platformflags : " "
17
+ name : " AMD64"
18
+ - platformflags : -m32
19
+ name : " i386"
20
+ name : test-linux-x86 (${{matrix.name}})
22
21
env :
23
- PLATFORMFLAGS : ${{platformflags}}
22
+ PLATFORMFLAGS : ${{matrix. platformflags}}
24
23
steps :
25
24
- uses : actions/checkout@v2
26
25
- name : install multilib
39
38
- arch : aarch64
40
39
emulator : qemu-aarch64
41
40
abi : aarch64-linux-gnu
41
+ name : test-linux-arm (${{matrix.arch}})
42
42
env :
43
43
PLATFORM_PREFIX : ${{matrix.abi}}-
44
44
EMULATOR : ${{matrix.emulator}}
You can’t perform that action at this time.
0 commit comments