]> git.ipfire.org Git - thirdparty/cups.git/blame - .travis.yml
Fix an issue with `PreserveJobHistory` and time values (Issue #5538)
[thirdparty/cups.git] / .travis.yml
CommitLineData
d65e20fe
MS
1#
2# Travis CI configuration file for CUPS.
3#
4# Copyright © 2018 by Apple Inc.
5#
6# Licensed under Apache License v2.0. See the file "LICENSE" for more
7# information.
8#
9
10language: c
11
12matrix:
13 include:
14 # Linux-specific build stuff
15 - dist: trusty
16 sudo: required
17 before_install:
18 - sudo apt-get update
19 - sudo apt-get install -y libavahi-client-dev libgnutls28-dev libkrb5-dev libnss-mdns libpam-dev libsystemd-dev libusb-1.0-0-dev zlib1g-dev
20
21 # macOS-specific build stuff
22 - os: osx
23 osx_image: xcode10
24
25script: ./configure && make check