]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add Travis CI config file.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Sat, 17 Oct 2020 20:53:37 +0000 (16:53 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Sat, 17 Oct 2020 20:53:37 +0000 (16:53 -0400)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..16c4996
--- /dev/null
@@ -0,0 +1,25 @@
+#
+# Travis CI configuration file for CUPS.
+#
+
+language: c
+
+matrix:
+  include:
+    # Linux-specific build stuff
+    - os: linux
+      dist: bionic
+      addons:
+        apt:
+          packages: [libavahi-client-dev, libgnutls28-dev, zlib1g-dev]
+
+    # macOS-specific build stuff
+    - os: osx
+      osx_image: xcode12
+
+
+notifications:
+  email:
+    # TODO: Need mailing list for OpenPrinting CI builds
+    recipients:
+      - msweet@msweet.org