1
0
Fork 0

Fix travis.

This commit is contained in:
Kitteh 2018-10-23 15:54:42 +01:00
parent e7c3ce3aa4
commit daf8fb6889

View file

@ -1,19 +1,33 @@
matrix: matrix:
include: include:
- env: PLATFORM='linux64' - env: PLATFORM='linux64'
os: linux os: linux
dist: xenial dist: xenial
sudo: required
compiler: clang compiler: clang
language: cpp language: cpp
sudo: require
cache: cache:
ccache: true ccache: true
directories: directories:
- $HOME/.ccache - $HOME/.ccache
- $HOME/.cache/apt - $HOME/.cache/apt
before_install:
- mkdir -p $HOME/.cache/apt/partial
- sudo rm -rf /var/cache/apt/archives
- sudo ln -s $HOME/.cache/apt /var/cache/apt/archives
- sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial -y
- sudo apt-get update
install:
- sudo apt-get -y install libjack0 libjack-dev nasm ccache qt511-meta-minimal qt511quickcontrols qt511quickcontrols2 qt511imageformats qt511svg libgl1-mesa-dev checkinstall
- sudo apt-get build-dep libmpv1
- source /opt/qt*/bin/qt*-env.sh
script:
- bash scripts/build-mpv.sh
- bash scripts/makeappimage.sh
script: after_success:
- bash scripts/ci-${PLATFORM}.sh - bash scripts/upload.sh
branches: branches:
except: except: