We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6c981 commit 215f246Copy full SHA for 215f246
.github/workflows/ci.yml
@@ -71,6 +71,26 @@ jobs:
71
- name: test
72
run: |
73
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
90
+ make stats
91
+ - name: test
92
93
+ make test
94
linux-gcc48:
95
runs-on: ubuntu-latest
96
container:
0 commit comments