Support for the https://travis-ci.org CI service.
From 720cbde506a0a8b2235fdfe8875e2c99ae47fcd6 Mon Sep 17 00:00:00 2001
From: Karl-Philipp Richter <krichter...@aol.de>
Date: Sun, 28 Feb 2016 23:23:30 +0100
Subject: [PATCH] added initial .travis.yml

---
 .travis.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f575e32
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: c
+sudo: required
+before_script:
+- sudo apt-get update
+- sudo apt-get install linux-headers-generic
+- sudo apt-get build-dep clvm
+script:
+# unclear how to handle the following more flexible:
+- ./configure --kernel_src=/usr/src/linux-headers-3.2.0-99-generic
+- make -j16
+- make -j16 check
+- sudo make -j16 install
-- 
2.7.2

-- 
Linux-cluster mailing list
Linux-cluster@redhat.com
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to