Add s390x testing

next
Sayan Nandan 3 years ago
parent ad403421d4
commit a430afe743

@ -0,0 +1,13 @@
env:
- TARGET=s390x-unknown-linux-gnu
arch:
- s390x
os: linux
dist: focal
language: rust
cache: cargo
rust:
- stable
script:
- sudo apt install libhtml-parser-perl
- make test
Loading…
Cancel
Save