Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Maui Builds
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ab0027
Maui Builds
Commits
56b55258
Commit
56b55258
authored
Jun 11, 2020
by
ab0027
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grouped builds
parent
954bfc70
Pipeline
#2246
failed with stages
in 6 minutes and 6 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
17 deletions
+17
-17
build.sh
buho/build.sh
+2
-2
build.sh
contacts/build.sh
+2
-2
functions.sh
functions.sh
+1
-1
build.sh
index/build.sh
+2
-2
build.sh
mauikit/build.sh
+2
-2
build.sh
nota/build.sh
+2
-2
build.sh
pix/build.sh
+2
-2
build.sh
station/build.sh
+2
-2
build.sh
vvave/build.sh
+2
-2
No files found.
buho/build.sh
View file @
56b55258
...
...
@@ -24,8 +24,8 @@ $sudo pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft
$sudo
dpkg
-r
mauikit
||
true
$sudo
dpkg
-r
extra-cmake-modules
||
true
git_clone_or_update
"
$SCRIPTPATH
/../build/extra-cmake-modules-git"
'https://anongit.kde.org/extra-cmake-modules.git'
build_cmake_project
'extra-cmake-modules-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
#
git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
#
build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
git_clone_or_update
"
$SCRIPTPATH
/../build/mauikit-git"
'https://invent.kde.org/kde/mauikit.git'
build_cmake_project
'mauikit-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
...
...
contacts/build.sh
View file @
56b55258
...
...
@@ -24,8 +24,8 @@ $sudo pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft
$sudo
dpkg
-r
mauikit
||
true
$sudo
dpkg
-r
extra-cmake-modules
||
true
git_clone_or_update
"
$SCRIPTPATH
/../build/extra-cmake-modules-git"
'https://anongit.kde.org/extra-cmake-modules.git'
build_cmake_project
'extra-cmake-modules-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
#
git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
#
build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
git_clone_or_update
"
$SCRIPTPATH
/../build/mauikit-git"
'https://invent.kde.org/kde/mauikit.git'
build_cmake_project
'mauikit-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
...
...
functions.sh
View file @
56b55258
...
...
@@ -52,7 +52,7 @@ function build_cmake_project {
popd
else
echo
"The package is already built"
$sudo
dpkg
-i
$BUILD_DIR
/
$PROJECT_NAME
*
.deb
dpkg
-l
$PROJECT_NAME
&&
echo
"
$PROJECT_NAME
already installed.. Skipping.."
||
$sudo
dpkg
-i
$BUILD_DIR
/
$PROJECT_NAME
*
.deb
fi
echo
"Build completed"
echo
"---"
...
...
index/build.sh
View file @
56b55258
...
...
@@ -24,8 +24,8 @@ $sudo pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft
$sudo
dpkg
-r
extra-cmake-modules
||
true
$sudo
dpkg
-r
mauikit
||
true
git_clone_or_update
"
$SCRIPTPATH
/../build/extra-cmake-modules-git"
'https://anongit.kde.org/extra-cmake-modules.git'
build_cmake_project
'extra-cmake-modules-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
#
git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
#
build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
git_clone_or_update
"
$SCRIPTPATH
/../build/mauikit-git"
'https://invent.kde.org/kde/mauikit.git'
build_cmake_project
'mauikit-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
...
...
mauikit/build.sh
View file @
56b55258
...
...
@@ -20,7 +20,7 @@ $sudo apt-get install -y libqt5websockets5-dev qtmultimedia5-dev libtag1-dev lib
$sudo
dpkg
-r
extra-cmake-modules
||
true
$sudo
dpkg
-r
mauikit
||
true
git_clone_or_update
"
$SCRIPTPATH
/../build/extra-cmake-modules-git"
'https://anongit.kde.org/extra-cmake-modules.git'
build_cmake_project
'extra-cmake-modules-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
#
git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
#
build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
$SCRIPTPATH
/../build-deb.sh
'mauikit'
'https://invent.kde.org/kde/mauikit.git'
$EXTRA_CMAKE_ARGS
nota/build.sh
View file @
56b55258
...
...
@@ -24,8 +24,8 @@ $sudo pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft
$sudo
dpkg
-r
mauikit
||
true
$sudo
dpkg
-r
extra-cmake-modules
||
true
git_clone_or_update
"
$SCRIPTPATH
/../build/extra-cmake-modules-git"
'https://anongit.kde.org/extra-cmake-modules.git'
build_cmake_project
'extra-cmake-modules-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
#
git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
#
build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
git_clone_or_update
"
$SCRIPTPATH
/../build/mauikit-git"
'https://invent.kde.org/kde/mauikit.git'
build_cmake_project
'mauikit-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
...
...
pix/build.sh
View file @
56b55258
...
...
@@ -24,8 +24,8 @@ $sudo pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft
$sudo
dpkg
-r
mauikit
||
true
$sudo
dpkg
-r
extra-cmake-modules
||
true
git_clone_or_update
"
$SCRIPTPATH
/../build/extra-cmake-modules-git"
'https://anongit.kde.org/extra-cmake-modules.git'
build_cmake_project
'extra-cmake-modules-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
#
git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
#
build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
git_clone_or_update
"
$SCRIPTPATH
/../build/mauikit-git"
'https://invent.kde.org/kde/mauikit.git'
build_cmake_project
'mauikit-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
...
...
station/build.sh
View file @
56b55258
...
...
@@ -24,8 +24,8 @@ $sudo pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft
$sudo
dpkg
-r
mauikit
||
true
$sudo
dpkg
-r
extra-cmake-modules
||
true
git_clone_or_update
"
$SCRIPTPATH
/../build/extra-cmake-modules-git"
'https://anongit.kde.org/extra-cmake-modules.git'
build_cmake_project
'extra-cmake-modules-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
#
git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
#
build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
git_clone_or_update
"
$SCRIPTPATH
/../build/mauikit-git"
'https://invent.kde.org/kde/mauikit.git'
build_cmake_project
'mauikit-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
...
...
vvave/build.sh
View file @
56b55258
...
...
@@ -25,8 +25,8 @@ $sudo pip3 install --upgrade git+https://www.opencode.net/azubieta/appimagecraft
$sudo
dpkg
-r
mauikit
||
true
$sudo
dpkg
-r
extra-cmake-modules
||
true
git_clone_or_update
"
$SCRIPTPATH
/../build/extra-cmake-modules-git"
'https://anongit.kde.org/extra-cmake-modules.git'
build_cmake_project
'extra-cmake-modules-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
#
git_clone_or_update "$SCRIPTPATH/../build/extra-cmake-modules-git" 'https://anongit.kde.org/extra-cmake-modules.git'
#
build_cmake_project 'extra-cmake-modules-git' $SCRIPTPATH/../build $EXTRA_CMAKE_ARGS
git_clone_or_update
"
$SCRIPTPATH
/../build/mauikit-git"
'https://invent.kde.org/kde/mauikit.git'
build_cmake_project
'mauikit-git'
$SCRIPTPATH
/../build
$EXTRA_CMAKE_ARGS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment