naiveproxy/third_party/tcmalloc/vendor/.travis.yml

5 lines
130 B
YAML
Raw Normal View History

2018-08-15 01:19:20 +03:00
language: c++
sudo: required
dist: trusty
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check