CI: Install d-shlibs for automatic dependency adding for dpkgs
the build failed Details

This commit is contained in:
tastytea 2018-10-23 09:08:59 +02:00
parent 060b060010
commit 869102e0e9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pipeline:
- apt-get install -qy -t jessie-backports cmake
- apt-get install -qy pkg-config
- apt-get install -qy libvsqlitepp-dev libboost-dev libxdg-basedir-dev qt5-default qttools5-dev-tools qttools5-dev
- apt-get install -qy rpm file wget
- apt-get install -qy d-shlibs rpm file wget
- apt-get install -qy -t stretch appstream
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..