diff options
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ steps: - apt-get install -qq build-essential cmake lsb-release - apt-get install -qq libcurl4-openssl-dev - rm -rf build && mkdir -p build && cd build - - cmake -G "Unix Makefiles" -SCMAKE_INSTALL_PREFIX=/usr -DWITH_DEB=YES .. + - cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DWITH_DEB=YES .. - make - make install DESTDIR=install - make package |