]> granicus.if.org Git - neomutt/commitdiff
TravisCI
authorRichard Russon <rich@flatcap.org>
Sun, 20 Mar 2016 01:12:17 +0000 (01:12 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 4 Apr 2016 15:38:38 +0000 (16:38 +0100)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..bc83d93
--- /dev/null
@@ -0,0 +1,10 @@
+# use c and gcc
+language: c
+compiler: gcc
+
+# before build script, run autoreconf
+before_script: autoreconf --install
+
+# Default is "./configure && make && make test", but no tests yet
+script: "./configure && make"
+