mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
4 lines
130 B
YAML
4 lines
130 B
YAML
language: c++
|
|
sudo: required
|
|
dist: trusty
|
|
script: ./autogen.sh && ./configure && make -j`getconf _NPROCESSORS_ONLN` && make check
|