[segyio] 06/376: travis support
Jørgen Kvalsvik
jokva-guest at moszumanska.debian.org
Wed Sep 20 08:03:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
jokva-guest pushed a commit to branch debian
in repository segyio.
commit 2a0e1187abf7fa2fe7aed1118a667462930842a2
Author: Kjell W. Kongsvik <kwko at statoil.com>
Date: Thu Sep 29 13:44:10 2016 +0200
travis support
---
.travis.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9411129
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: c
+
+matrix:
+ include:
+ - os: linux
+ compiler: gcc
+
+addons:
+ apt:
+ packages:
+ - valgrind
+ - python-numpy
+
+script:
+ - mkdir build
+ - cd build
+ - cmake ..
+ - make -j2
+ - export LD_LIBRARY_PATH=$PWD
+ - ctest -j2 --output-on-failure
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git
More information about the debian-science-commits
mailing list