1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-24 10:31:44 +02:00

travis: run unittests for x86_64

some tests are failing with clang currently.
This commit is contained in:
Dave Watson 2017-04-04 11:26:45 -07:00
parent aee8bbe795
commit 982e934951
2 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,6 @@
sudo: required
language: c
compiler: clang
compiler: gcc
env:
- TARGET=x86_64-linux-gnu
- TARGET=x86-linux-gnu
@ -11,5 +12,7 @@ env:
script:
- ./autogen.sh
- ./configure --target=$TARGET --host=$HOST
- make
#- if [ $TARGET == 'x86_64-linux-gnu' ]; then make check; fi
- make -j32
- sudo bash -c 'echo core.%p.%p > /proc/sys/kernel/core_pattern'
- ulimit -c unlimited
- if [ $TARGET == 'x86_64-linux-gnu' ]; then make check -j32; fi

View file

@ -177,7 +177,7 @@ test_static_link_LDADD = $(LIBUNWIND)
test_strerror_LDADD = $(LIBUNWIND)
Lrs_race_LDADD = $(LIBUNWIND_local) -lpthread
Ltest_varargs_LDADD = $(LIBUNWIND_local)
Ltest_init_local_signal_LDADD = $(LIBUNWIND)
Ltest_init_local_signal_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
Gtest_bt_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
Gtest_concurrent_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) -lpthread