The branch, master has been updated
       via  beb0c01c27de2cc9d42684571e905446b76bc79d (commit)
      from  00471dc78358bde092df65de5e2c375bf9be7437 (commit)

- Log -----------------------------------------------------------------
commit beb0c01c27de2cc9d42684571e905446b76bc79d
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    Hook repo to Travis-CI
    
    From now on, all pushes to master will result in tmux compiling against a
    linux-based distribution (Debian).  This will make it easier for automatic
    merges between OpenBSD and portable to be tested, without the need for so
    much manual syncing.
    
    Any build failures will be reported to me, and fixed accordingly.
---
 .travis.yml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..7aa698f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: c
+matrix:
+    include:
+        - compiler: gcc
+        - compiler: clang
+          env: CFLAGS="-g -O2"
+before_install:
+    - sudo apt-get update -qq
+    - sudo apt-get -y install debhelper autotools-dev dh-autoreconf file 
libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential
+script: (CFLAGS= ./autogen.sh) && configure --enable-debug && make


-----------------------------------------------------------------------

Summary of changes:
 .travis.yml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 .travis.yml


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to