Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ab0027
Maui Builds
Commits
0de2762a
Commit
0de2762a
authored
Feb 18, 2022
by
probal31
Browse files
Upload appimage as artifact
parent
0297363b
Pipeline
#4757
canceled with stages
in 13 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0de2762a
...
...
@@ -13,11 +13,11 @@ cache:
-
build/mauikit*
-
build/kirigami*
-
build/kquickimageeditor*
-
./*.AppImage
#
- ./*.AppImage
.init-build-script
:
&init-build-script
-
rm -rf ./build/
-
rm -rf *.AppImage
#
- rm -rf *.AppImage
-
export APP_VERSION=$([ $BUILD_TYPE = 'nightly' ] && date +'%Y%m%d' || date +'%Y%m%d%H%M')
.build-mauiapps-init-script
:
&build-mauiapps-init-script
...
...
@@ -155,6 +155,10 @@ build-index-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_INDEX ] && echo "master" || echo $BRANCH_INDEX)
-
./index/build.sh
artifacts
:
paths
:
-
./*index*.AppImage
expire_in
:
1 day
build-nota-amd64
:
image
:
mauikit/ubuntu-20.04-amd64:20220217
...
...
@@ -166,6 +170,10 @@ build-nota-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_NOTA ] && echo "master" || echo $BRANCH_NOTA)
-
./nota/build.sh
artifacts
:
paths
:
-
./*nota*.AppImage
expire_in
:
1 day
build-buho-amd64
:
image
:
mauikit/ubuntu-20.04-amd64:20220217
...
...
@@ -177,6 +185,10 @@ build-buho-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_BUHO ] && echo "master" || echo $BRANCH_BUHO)
-
./buho/build.sh
artifacts
:
paths
:
-
./*buho*.AppImage
expire_in
:
1 day
build-vvave-amd64
:
image
:
mauikit/ubuntu-20.04-amd64:20220217
...
...
@@ -188,6 +200,10 @@ build-vvave-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_VVAVE ] && echo "master" || echo $BRANCH_VVAVE)
-
./vvave/build.sh
artifacts
:
paths
:
-
./*vvave*.AppImage
expire_in
:
1 day
build-pix-amd64
:
image
:
mauikit/ubuntu-20.04-amd64:20220217
...
...
@@ -199,6 +215,10 @@ build-pix-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_PIX ] && echo "master" || echo $BRANCH_PIX)
-
./pix/build.sh
artifacts
:
paths
:
-
./*pix*.AppImage
expire_in
:
1 day
build-clip-amd64
:
image
:
mauikit/ubuntu-20.04-amd64:20220217
...
...
@@ -210,6 +230,10 @@ build-clip-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_CLIP ] && echo "master" || echo $BRANCH_CLIP)
-
./clip/build.sh
artifacts
:
paths
:
-
./*clip*.AppImage
expire_in
:
1 day
build-shelf-amd64
:
image
:
mauikit/ubuntu-20.04-amd64:20220217
...
...
@@ -221,6 +245,10 @@ build-shelf-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_SHELF ] && echo "master" || echo $BRANCH_SHELF)
-
./shelf/build.sh
artifacts
:
paths
:
-
./*shelf*.AppImage
expire_in
:
1 day
build-communicator-amd64
:
image
:
mauikit/ubuntu-20.04-amd64:20220217
...
...
@@ -232,6 +260,10 @@ build-communicator-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_COMMUNICATOR ] && echo "master" || echo $BRANCH_COMMUNICATOR)
-
./communicator/build.sh
artifacts
:
paths
:
-
./*communicator*.AppImage
expire_in
:
1 day
build-station-amd64
:
image
:
mauikit/ubuntu-20.04-amd64:20220217
...
...
@@ -243,6 +275,10 @@ build-station-amd64:
-
export TARGET_ARCH="amd64"
-
export BRANCH=$([ -z $BRANCH_STATION ] && echo "master" || echo $BRANCH_STATION)
-
./station/build.sh
artifacts
:
paths
:
-
./*station*.AppImage
expire_in
:
1 day
# Build maui apps for arm64
...
...
Write
Preview
Supports
Markdown
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