1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-29 18:09:29 +02:00
libunwind-eh_elf/.travis.yml

15 lines
348 B
YAML
Raw Normal View History

2017-01-23 13:21:58 +01:00
language: c
compiler: clang
env:
- TARGET=x86_64-linux-gnu
- TARGET=x86-linux-gnu
- TARGET=arm-linux-gnueabihf
- TARGET=aarch64-linux-gnu
# Currently experiencing build failures here
#- TARGET=powerpc64-linux-gnu
script:
- ./autogen.sh
- ./configure --target=$TARGET --host=$HOST
- make
2017-01-24 20:23:06 +01:00
#- if [ $TARGET == 'x86_64-linux-gnu' ]; then make check; fi