mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03: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
|