mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03: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
|