You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
673 B

language: cpp
sudo: required
dist: trusty
os: linux
env:
global:
- DISPLAY=:99
before_install:
- ./tests/tests-environment.sh
before_script:
# populate tags
- git fetch origin
- git fetch --unshallow
- git rev-list --tags --skip=1 --max-count=1
- git describe --tags $(git rev-list --tags --skip=1 --max-count=1) --abbrev=0
script:
- ./tests/tests-ci.sh
after_success:
8 years ago
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash ./upload.sh ./linuxdeployqt-*.AppImage*
8 years ago
after_script:
- "xpra stop :99"
8 years ago
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)$/