summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2013-10-22 08:26:12 -0700
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2013-10-22 08:26:12 -0700
commitc17a04cf5abecd9db6473c2cfeadfc48c2a3f40f (patch)
tree5ceb65f7ae32fd067a3de58ae81ab7221a043b41
parent25531fc189a9ed8eed2a9d7c5db9578e8120b39d (diff)
parenta560065f53e5e7540a1054337e6c0034c6598b0d (diff)
downloadlibuca-c17a04cf5abecd9db6473c2cfeadfc48c2a3f40f.tar.gz
libuca-c17a04cf5abecd9db6473c2cfeadfc48c2a3f40f.tar.bz2
libuca-c17a04cf5abecd9db6473c2cfeadfc48c2a3f40f.tar.xz
libuca-c17a04cf5abecd9db6473c2cfeadfc48c2a3f40f.zip
Merge pull request #8 from ufo-kit/travis-ci
Add .travis.yml
-rw-r--r--.travis.yml9
-rw-r--r--README27
-rw-r--r--README.md24
3 files changed, 33 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..da0f35c
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: c
+before_script:
+ - sudo apt-get install cmake libglib2.0-dev
+ - mkdir build
+ - cd build
+ - cmake ..
+script:
+ - make
+ - ./test/test-mock
diff --git a/README b/README
deleted file mode 100644
index d078041..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-General information
-===================
-
-This directory contains libuca (short for Unified Camera access), a GLib-based
-library to access two-dimensional pixel detectors. It gives the user a general
-interface to a variety of different cameras and camera types. You can read more
-about it in our manual located at:
-
- http://ufo.kit.edu/extra/libuca/manual/manual.html
-
-Details of the latest version can be found on the UFO project page under:
-
- http://ufo.kit.edu.
-
-For changes see the file called NEWS.
-
-
-Installation
-============
-
-Please see the file called INSTALL or refer to the manual.
-
-
-Licensing
-=========
-
-Please see the file called COPYING.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..25a5b73
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+## General information
+
+[![Build Status](https://travis-ci.org/ufo-kit/libuca.png)](https://travis-ci.org/ufo-kit/libuca)
+
+This directory contains libuca (short for Unified Camera access), a GLib-based
+library to access two-dimensional pixel detectors. It gives the user a general
+interface to a variety of different cameras and camera types. You can read more
+about it in our [manual](http://ufo.kit.edu/extra/libuca/manual/manual.html).
+
+Details of the latest version can be found on the UFO [project
+page](http://ufo.kit.edu).
+
+For changes refer to the NEWS.
+
+
+## Installation
+
+Please see the INSTALL file or refer to the manual.
+
+
+## Licensing
+
+libuca is copyright Karlsruhe Institute of Technology and licensed under LGPL
+2.1.