1
0
mirror of https://github.com/gperftools/gperftools synced 2025-01-06 06:29:45 +00:00
gperftools/.travis.yml
2016-03-13 15:54:20 -07:00

5 lines
130 B
YAML

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