Add Big Endian CI target

This commit is contained in:
Saúl Ibarra Corretgé 2024-03-05 09:45:47 +01:00
parent 4d6c98115b
commit 215f246974

View file

@ -71,6 +71,26 @@ jobs:
- name: test
run: |
make test
linux-s390x:
runs-on: ubuntu-latest
defaults:
run:
shell: alpine.sh {0}
steps:
- uses: actions/checkout@v3
- uses: jirutka/setup-alpine@v1
with:
arch: s390x
packages: "build-base make cmake"
- name: build
run: |
make
- name: stats
run: |
make stats
- name: test
run: |
make test
linux-gcc48:
runs-on: ubuntu-latest
container: