Merge pull request #630 from andersk/travis
Add Travis CI configuration
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
|||||||
|
language: cpp
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- protobuf-compiler
|
||||||
|
- libprotobuf-dev
|
||||||
|
- libutempter-dev
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- git fetch --tags --unshallow
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./autogen.sh
|
||||||
|
- ./configure --enable-compile-warnings=error --enable-examples
|
||||||
|
- make distcheck
|
||||||
@@ -3,6 +3,7 @@ SUBDIRS = src scripts man conf
|
|||||||
EXTRA_DIST = autogen.sh ocb-license.html README.md COPYING.iOS
|
EXTRA_DIST = autogen.sh ocb-license.html README.md COPYING.iOS
|
||||||
BUILT_SOURCES = version.h
|
BUILT_SOURCES = version.h
|
||||||
CLANG_SCAN_BUILD = scan-build
|
CLANG_SCAN_BUILD = scan-build
|
||||||
|
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-compile-warnings=error --enable-examples
|
||||||
|
|
||||||
.PHONY: VERSION
|
.PHONY: VERSION
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user