diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /.travis.yml | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..64c378e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,41 @@ +language: perl +dist: bionic +addons: + apt: + packages: + - liblocale-gettext-perl + - libtext-wrapi18n-perl + - libunicode-linebreak-perl + - libtest-pod-perl + - gettext + - docbook-xml + - docbook-xsl + - docbook + - xsltproc + - texlive-binaries + - texlive-latex-base + - opensp + - libsgmls-perl + - docbook + +before_install: + - cpanm Locale::gettext + - cpanm http://search.cpan.org/CPAN/authors/id/R/RA/RAAB/SGMLSpm-1.1.tar.gz + - cpanm Text::WrapI18N + - cpanm Unicode::GCString + +install: + - cpanm -v --installdeps --notest . + +script: + - perl Build.PL + - COLUMNS=120 ./Build verbose=1 + - ./Build test verbose=1 + +notifications: + email: + on_success: change + on_failure: always + irc: + channels: + - "irc.debian.org#po4a" |