aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorg-coder <garima.g@samsung.com>2016-09-22 00:10:14 +0530
committerBruce A. Mah <bmah@kitchenlab.org>2016-09-21 11:40:14 -0700
commit508b98e91aecf3bd25c3fb6be41ab83a4f2f1e6e (patch)
treebecc873391e0a4e65223dcce94eb1ba57b0c7832 /.travis.yml
parent03340fe595288ea8f62d3d0d0f7e06f76af862cf (diff)
downloadiperf3-508b98e91aecf3bd25c3fb6be41ab83a4f2f1e6e.tar.gz
Created .travis.yml for build automation (#424)
This enhancement will automatic check and test the changes done. It will improve the testing capability of component as build can be tested at every pull request before commit. To enable this feature , you will have to login in https://travis-ci.org/. using github account and enable the travis feature for the iperf library. Many other github projects use this feature. Hope it will help iperf too.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d64087b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: c
+ compiler:
+ - gcc
+ - clang
+ os: linux
+
+ script: ./configure && make && make check