]> git.ipfire.org Git - thirdparty/cups.git/blob - .travis.yml
Save/restore line number to fix error line reporting.
[thirdparty/cups.git] / .travis.yml
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
10 language: c
11
12 matrix:
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
25 script: ./configure && make check