Skip to content

Commit 215f246

Browse files
committed
Add Big Endian CI target
1 parent 4d6c981 commit 215f246

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,26 @@ jobs:
7171
- name: test
7272
run: |
7373
make test
74+
linux-s390x:
75+
runs-on: ubuntu-latest
76+
defaults:
77+
run:
78+
shell: alpine.sh {0}
79+
steps:
80+
- uses: actions/checkout@v3
81+
- uses: jirutka/setup-alpine@v1
82+
with:
83+
arch: s390x
84+
packages: "build-base make cmake"
85+
- name: build
86+
run: |
87+
make
88+
- name: stats
89+
run: |
90+
make stats
91+
- name: test
92+
run: |
93+
make test
7494
linux-gcc48:
7595
runs-on: ubuntu-latest
7696
container:

0 commit comments

Comments
 (0)