mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
17 lines
166 B
YAML
17 lines
166 B
YAML
# Enable C support
|
|
language: c
|
|
|
|
# OS selection
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
# Compiler selection
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
# Build steps
|
|
script:
|
|
- ./configure
|
|
- make
|