build: linux package

linux package
This commit is contained in:
Andreas Stallinger
2015-11-17 16:41:49 +01:00
parent 102bc8945a
commit 88b94a21d0
4 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ then
elif [ "$1" = "package" ] || [ "$1" = "p" ]
then
ninja package -C build/Release Coati
mkdir -p distr && cp build/Release/Coati*.deb distr && cp build/Release/Coati*.tar.gz distr
mkdir -p distr && cp build/Release/Coati*.tar.gz distr #&& cp build/Release/Coati*.deb distr
echo "Packages copied into the distr folder"
else
echo "no arguments: first argument 'release' or 'debug', second argument 'test' for tests"