mirror of
https://github.com/gperftools/gperftools
synced 2025-01-01 20:22:01 +00:00
5 lines
130 B
YAML
5 lines
130 B
YAML
|
language: c++
|
||
|
sudo: required
|
||
|
dist: trusty
|
||
|
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check
|