Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 079070db43f8d83a4748a98e93fcee883ffd4eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Enable C support
language: c

# OS selection
os:
  - linux
  - osx

# Compiler selection
compiler:
  - clang
  - gcc
# Build steps
script:
  - ./configure
  - make