gperftools/.travis.yml
Aliaksey Kandratsenka 9ce32aefa9 upgrade test bot to xenial (ubuntu 16.04 LTS)
Older glibc seemingly doesn't have right unwind info for signal frame,
so fails recently upgraded stacktrace_unittest. But since this version
is not supported anymore, lets just test newer glibc.
2021-02-14 23:02:28 -08:00

5 lines
130 B
YAML

language: c++
sudo: required
dist: xenial
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check