mirror of https://github.com/xzeldon/htop.git
s390x support for travis
This commit is contained in:
parent
0c5430982e
commit
dea19b644f
|
@ -9,6 +9,15 @@ os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- s390x
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
if [[ ${TRAVIS_CPU_ARCH} == 's390x' ]]; then
|
||||||
|
sudo apt-get update && sudo apt-get install -y libncursesw5-dev ;
|
||||||
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
# clang might warn about C11 generic selections in isnan()
|
# clang might warn about C11 generic selections in isnan()
|
||||||
|
|
Loading…
Reference in New Issue