1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-10-19 17:09:25 +00:00

Enable creation of deb, rpm and tgz

This commit is contained in:
King_DuckZ 2016-02-12 21:10:40 +01:00
commit 566951a638
2 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,4 @@
Configuration for drone.io
# Configuration for drone.io
git submodule update --init
cd ..
@ -18,3 +18,4 @@ mkdir dindexer_build
cd dindexer_build
cmake -DCMAKE_BUILD_TYPE=Release ../dindexer
make
make package