build: gitlab-ci names for artifacts
* names for gitlab artifacts * fix Linux package qt platforms lib
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user