CI: Added dpkg-dev for shlibs
the build was successful Details

This commit is contained in:
tastytea 2018-10-24 13:24:28 +02:00
parent d44ef20aa1
commit b25da776ae
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline:
- apt-get update -q
- apt-get install -qy g++ cmake 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 appstream
- apt-get install -qy dpkg-dev rpm file wget appstream
- rm -rf build && mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- make VERBOSE=1