Install "file" for .deb-package generation.
the build was successful Details

This commit is contained in:
tastytea 2019-04-13 22:32:17 +02:00
parent e5c02f04d3
commit 5e6b3d2e73
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ pipeline:
- apt-get install -qy build-essential cmake pkg-config
- apt-get install -qy libcurl4-openssl-dev libjsoncpp-dev doxygen
- apt-get install -qy -t sid libcurlpp-dev
- apt-get install -qy file
- rm -rf build && mkdir -p build && cd build
- cmake -DWITH_EXAMPLES=NO -DWITH_TESTS=NO ..
- make package