emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] coverity 976c775 1/9: .travis.yml: Initial integration hoo


From: John Wiegley
Subject: [Emacs-diffs] coverity 976c775 1/9: .travis.yml: Initial integration hook for TravisCI
Date: Mon, 14 Dec 2015 19:38:14 +0000

branch: coverity
commit 976c7755d0d762a0b7ef36a791b884da513074e0
Author: Aaron Conole <address@hidden>
Commit: Aaron Conole <address@hidden>

    .travis.yml: Initial integration hook for TravisCI
    
    Add a basic travis configuration for those developers who wish to
    use github repositories and turn on travis continuous integration.
---
 .travis.yml |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c648e10
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,34 @@
+language: c
+compiler:
+   - gcc
+
+addons:
+  apt:
+   packages:
+     - gcc-multilib
+     - build-essential
+     - autoconf
+     - automake
+     - libtool
+     - texinfo
+     - xorg-dev
+     - libgtk2.0-dev
+     - libjpeg-dev
+     - libncurses-dev
+     - libdbus-1-dev
+     - libgif-dev
+     - libtiff-dev
+     - libm17n-dev
+     - libpng12-dev
+     - librsvg2-dev
+     - libotf-dev
+     - libxml2-dev
+     - libatk-dev
+     - libcairo-dev
+
+script:
+   - ./autogen.sh
+   - ./configure --prefix=/tmp/emacs-prefix
+   - make bootstrap
+   - make install
+   - make check



reply via email to

[Prev in Thread] Current Thread [Next in Thread]