aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 5a7d7690..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-language: cpp
-compiler: gcc
-sudo: require
-dist: xenial
-
-install:
- - sudo apt-get update -qq
- - sudo apt-get install -qq libgnutls28-dev docbook-xsl fop xsltproc less inkscape
-
-script:
- - appimage/build-appimage
-
-after_success:
- - cd appimage/build
- - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- - ls -l # for more debugging in Travis' log
- - curl --upload-file ./qpdf*.AppImage https://transfer.sh/qpdf-git.$(git rev-parse --short HEAD)-x86_64.AppImage
- - sha512sum ./qpdf*.AppImage*
-# Not ready to have travis automatically create github releases
-# - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
-# - bash upload.sh qpdf-*x86_64.AppImage* # This should upload the .zsync file as well