~m-grant-prg/acmbuild/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#########################################################################
#									#
# File ID: ./.travis.yml						#
# Author: Copyright (C) 2019  Mark Grant				#
#									#
# Released under the GPLv3 only.					#
# SPDX-License-Identifier: GPL-3.0					#
#									#
# Configuration file for Travis CI build tests.				#
#									#
#########################################################################

#########################################################################
#									#
# Changelog								#
#									#
# Date		Author	Version	Description				#
#									#
# 20/06/2019	MG	1.0.1	Initial release.                        #
#									#
#########################################################################


language: bash

dist:
    - xenial

before_install:
    - sudo add-apt-repository ppa:m-grant-prg/utils -y
    - sudo apt-get update
    - sudo apt-get install -y txt2man txt2manwrap

script:
    - autoreconf -if .
    - ./configure --enable-silent-rules=yes
    - make --quiet
    - make --quiet check
    - make --quiet distcheck