[shark] 05/79: addet travis-ci buildfile
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:39:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository shark.
commit 05e8333ef9915a5a3ca4740a96afb1608264255a
Author: Oswin <oswin.krause at di.ku.dk>
Date: Wed Oct 28 08:40:59 2015 +0100
addet travis-ci buildfile
---
.travis.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..653af50
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: cpp
+
+compiler:
+ - gcc
+ - clang
+
+os:
+ - linux
+
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq boost-all-dev
+
+before_script:
+ - mkdir build
+ - cd build
+ - cmake ..
+
+
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git
More information about the debian-science-commits
mailing list