]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Add Travis-CI configuration
authorRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 02:36:09 +0000 (18:36 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 7 Nov 2016 02:36:09 +0000 (18:36 -0800)
.travis.yml [new file with mode: 0644]
Makefile.am

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..0849d24
--- /dev/null
@@ -0,0 +1,15 @@
+language: c
+compiler:
+  - gcc
+dist: trusty
+sudo: required
+
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install libcdb-dev libdb-file-lock-perl libcrypt-pbkdf2-perl libdbd-sqlite3-perl libdbi-perl libgetopt-long-descriptive-perl libipc-run-perl libjson-perl libkrb5-dev libperl6-slurp-perl libreadonly-perl libsqlite3-dev libtest-minimumversion-perl libtest-perl-critic-perl libtest-pod-perl libtest-strict-perl sqlite tinycdb
+env: AUTHOR_TESTING=1
+script: ./bootstrap && ./configure && make warnings && make check
+
+branches:
+  only:
+    - master
index 51006993efe64470546ac8d7378dd076ebe95a8e..80fa8e773f5cfc5b61a870bac5e036aa8e22087e 100644 (file)
@@ -8,11 +8,12 @@
 # See LICENSE for licensing terms.
 
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = .gitignore LICENSE bootstrap cracklib/HISTORY cracklib/LICENCE \
-       cracklib/README cracklib/genrules.pl cracklib/mkdict tests/HOWTO    \
-       tests/TESTS tests/data/krb5.conf tests/data/make-krb5-conf          \
-       tests/data/passwords tests/data/perl.conf tests/data/perlcriticrc   \
-       tests/data/perltidyrc tests/data/valgrind.supp tests/data/wordlist  \
+EXTRA_DIST = .gitignore .travis.yml LICENSE bootstrap cracklib/HISTORY     \
+       cracklib/LICENCE cracklib/README cracklib/genrules.pl               \
+       cracklib/mkdict tests/HOWTO tests/TESTS tests/data/krb5.conf        \
+       tests/data/make-krb5-conf tests/data/passwords tests/data/perl.conf \
+       tests/data/perlcriticrc tests/data/perltidyrc                       \
+       tests/data/valgrind.supp tests/data/wordlist                        \
        tests/data/wordlist.cdb tests/data/wordlist.sqlite                  \
        tests/docs/pod-spelling-t tests/docs/pod-t tests/perl/critic-t      \
        tests/perl/minimum-version-t tests/perl/strict-t                    \