]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
initial 1.4 travis support
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 31 Oct 2013 09:15:38 +0000 (10:15 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 31 Oct 2013 09:15:38 +0000 (10:15 +0100)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..49490f7
--- /dev/null
@@ -0,0 +1,14 @@
+language: c
+
+before_install:
+  - sudo apt-get update
+  - sudo apt-get install autopoint
+
+before_script:
+  - ./MakeMakefile
+
+script:
+  - ./configure
+  - make
+  - cd src
+  - ./rrdtool