mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Added Travis CI integration
This commit is contained in:
parent
18fdf5020f
commit
3de19cdb0d
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
language: c
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- openssl-dev
|
||||
install:
|
||||
- make clean
|
||||
script:
|
||||
- make
|
||||
Loading…
Add table
Add a link
Reference in a new issue