mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
Add Travis CI autobuilder config
This commit is contained in:
parent
12e7d570a2
commit
7a9ed81f5f
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
script: autoconf && autoheader && ./configure && make --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
- sudo apt-get install -qq libz-dev
|
||||||
|
|
||||||
|
env:
|
||||||
|
- BUNDLEDLIBTOM=enable
|
||||||
|
- BUNDLEDLIBTOM=disable
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user