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
3ce5029e
Commit
3ce5029e
authored
Nov 20, 2020
by
ab0027
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix uploading of stable artifacts
parent
aed79b52
Pipeline
#2889
failed with stages
in 4 minutes and 48 seconds
Changes
1
Pipelines
73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
19 deletions
+12
-19
.gitlab-ci.yml
.gitlab-ci.yml
+12
-19
No files found.
.gitlab-ci.yml
View file @
3ce5029e
...
...
@@ -38,7 +38,7 @@ after_script:
mc mb nx/maui/$BUILD_TYPE/vvave/$BRANCH_VVAVE/;
mc mb nx/maui/$BUILD_TYPE/pix/$BRANCH_PIX/;
mc mb nx/maui/$BUILD_TYPE/station/$BRANCH_STATION/;
mc mb nx/maui/$BUILD_TYPE/communicator/$BRANCH_CO
NTACTS
/;
mc mb nx/maui/$BUILD_TYPE/communicator/$BRANCH_CO
MMUNICATOR
/;
echo $BRANCH_MAUIKIT | mc pipe nx/maui/$BUILD_TYPE/mauikit/LATEST;
echo $BRANCH_INDEX | mc pipe nx/maui/$BUILD_TYPE/index/LATEST;
echo $BRANCH_NOTA | mc pipe nx/maui/$BUILD_TYPE/nota/LATEST;
...
...
@@ -46,22 +46,15 @@ after_script:
echo $BRANCH_VVAVE | mc pipe nx/maui/$BUILD_TYPE/vvave/LATEST;
echo $BRANCH_PIX | mc pipe nx/maui/$BUILD_TYPE/pix/LATEST;
echo $BRANCH_STATION | mc pipe nx/maui/$BUILD_TYPE/station/LATEST;
echo $BRANCH_CONTACTS | mc pipe nx/maui/$BUILD_TYPE/communicator/LATEST;
mc cp mauikit*amd64*.deb nx/maui/$BUILD_TYPE/mauikit/$BRANCH_MAUIKIT/;
mc cp index*.AppImage nx/maui/$BUILD_TYPE/index/$BRANCH_INDEX/;
mc cp index*amd64*.deb nx/maui/$BUILD_TYPE/index/$BRANCH_INDEX/;
mc cp nota*.AppImage nx/maui/$BUILD_TYPE/nota/$BRANCH_NOTA/;
mc cp nota*amd64*.deb nx/maui/$BUILD_TYPE/nota/$BRANCH_NOTA/;
mc cp buho*.AppImage nx/maui/$BUILD_TYPE/buho/$BRANCH_BUHO/;
mc cp buho*amd64*.deb nx/maui/$BUILD_TYPE/buho/$BRANCH_BUHO/;
mc cp vvave*.AppImage nx/maui/$BUILD_TYPE/vvave/$BRANCH_VVAVE/;
mc cp vvave*amd64*.deb nx/maui/$BUILD_TYPE/vvave/$BRANCH_VVAVE/;
mc cp pix*.AppImage nx/maui/$BUILD_TYPE/pix/$BRANCH_PIX/;
mc cp pix*amd64*.deb nx/maui/$BUILD_TYPE/pix/$BRANCH_PIX/;
mc cp station*.AppImage nx/maui/$BUILD_TYPE/station/$BRANCH_STATION/;
mc cp station*amd64*.deb nx/maui/$BUILD_TYPE/station/$BRANCH_STATION/;
mc cp communicator*.AppImage nx/maui/$BUILD_TYPE/communicator/$BRANCH_CONTACTS/;
mc cp communicator*amd64*.deb nx/maui/$BUILD_TYPE/communicator/$BRANCH_CONTACTS/;
echo $BRANCH_COMMUNICATOR | mc pipe nx/maui/$BUILD_TYPE/communicator/LATEST;
mc cp mauikit*${TARGET_ARCH}*.* nx/maui/$BUILD_TYPE/mauikit/$BRANCH_MAUIKIT/;
mc cp index*${TARGET_ARCH}*.* nx/maui/$BUILD_TYPE/index/$BRANCH_INDEX/;
mc cp nota*${TARGET_ARCH}*.* nx/maui/$BUILD_TYPE/nota/$BRANCH_NOTA/;
mc cp buho*${TARGET_ARCH}*.* nx/maui/$BUILD_TYPE/buho/$BRANCH_BUHO/;
mc cp vvave*${TARGET_ARCH}*.* nx/maui/$BUILD_TYPE/vvave/$BRANCH_VVAVE/;
mc cp pix*${TARGET_ARCH}*.* nx/maui/$BUILD_TYPE/pix/$BRANCH_PIX/;
mc cp station*${TARGET_ARCH}*.* nx/maui/$BUILD_TYPE/station/$BRANCH_STATION/;
mc cp communicator*${TARGET_ARCH}*.* nx/maui/$BUILD_TYPE/communicator/$BRANCH_COMMUNICATOR/;
fi
### Grouped builds together to reduce build time
...
...
@@ -90,7 +83,7 @@ builds-amd64:
-
./pix/build.sh
-
export BRANCH=$([ -z $BRANCH_STATION ] && echo "master" || echo $BRANCH_STATION)
-
./station/build.sh
-
export BRANCH=$([ -z $BRANCH_CO
NTACTS ] && echo "master" || echo $BRANCH_CONTACTS
)
-
export BRANCH=$([ -z $BRANCH_CO
MMUNICATOR ] && echo "master" || echo $BRANCH_COMMUNICATOR
)
-
./communicator/build.sh
###
# END Stage builds-amd64
...
...
@@ -126,7 +119,7 @@ builds-arm64:
#- ./build-apk.sh 'pix' 'https://invent.kde.org/maui/maui-pix.git'
-
export BRANCH=$([ -z $BRANCH_STATION ] && echo "master" || echo $BRANCH_STATION)
-
./station/build.sh
-
export BRANCH=$([ -z $BRANCH_CO
NTACTS ] && echo "master" || echo $BRANCH_CONTACTS
)
-
export BRANCH=$([ -z $BRANCH_CO
MMUNICATOR ] && echo "master" || echo $BRANCH_COMMUNICATOR
)
-
./communicator/build.sh
#- ./build-apk.sh 'communicator' 'https://invent.kde.org/maui/maui-dialer.git'
###
...
...
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