Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appimage-cli-tool
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
azubieta
appimage-cli-tool
Commits
d25a2a16
Verified
Commit
d25a2a16
authored
Sep 04, 2019
by
azubieta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keep artifacts for 1 year
parent
569ced22
Pipeline
#945
passed with stages
in 24 minutes and 15 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
No files found.
.gitlab-ci.yml
View file @
d25a2a16
...
...
@@ -30,6 +30,7 @@ build:AppImage:
-
. deactivate_run.sh
artifacts
:
expire_in
:
1 year
paths
:
-
appimage-cli-tool*.AppImage*
cache
:
...
...
@@ -60,6 +61,7 @@ build:debian_buster_pkg:
artifacts
:
paths
:
-
appimage-cli-tool*.deb
expire_in
:
1 year
test:debian_buster_pkg
:
image
:
debian:buster
...
...
@@ -80,6 +82,7 @@ build:ubuntu_bionic_pkg:
-
make -j`nproc`
-
cpack -G DEB -G DEB -R 0.1.5-ubuntu-bionic
artifacts
:
expire_in
:
1 year
paths
:
-
appimage-cli-tool*.deb
...
...
@@ -102,6 +105,7 @@ build:centos_7_pkg:
-
make -j`nproc`
-
cpack3 -G DEB -G RPM
artifacts
:
expire_in
:
1 year
paths
:
-
appimage-cli-tool*.rpm
...
...
@@ -124,6 +128,7 @@ build:opensue_leap_pkg:
-
make -j`nproc`
-
cpack -G DEB -G RPM
artifacts
:
expire_in
:
1 year
paths
:
-
appimage-cli-tool*.rpm
...
...
@@ -150,6 +155,7 @@ test:opensue_leap_pkg:
# - cp .travis/arch/PKGBUILD build
# - cd build && makepkg
# artifacts:
# expire_in: 1 year
# paths:
# - build/appimage-cli-tool*.pkg
#
...
...
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