build: gitlab-ci names for artifacts

* names for gitlab artifacts
* fix Linux package qt platforms lib
This commit is contained in:
Andreas Stallinger
2017-05-10 16:09:43 +02:00
parent 960ca6703e
commit d100aca5fc
3 changed files with 16 additions and 14 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ then
elif [ "$1" = "package" ] || [ "$1" = "p" ]
then
cmake --build build/Release --target package
mkdir -p distr && mv build/Release/Sourcetrail*.tar.gz distr #&& cp build/Release/Sourcetrail*.deb distr
echo "Packages copied into the distr folder"
mv build/Release/Sourcetrail*.tar.gz . #&& cp build/Release/Sourcetrail*.deb distr
echo "Packages copied into the root folder"
elif [ "$1" = "all" ] || [ "$1" = "a" ]
then
cmake --build build/Release --target all