Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
azubieta
appimage-installer
Commits
c1ed4524
Unverified
Commit
c1ed4524
authored
Apr 25, 2019
by
azubieta
Browse files
Bump version to 0.1.3
parent
bafdda57
Pipeline
#430
passed with stages
in 7 minutes and 15 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c1ed4524
...
...
@@ -9,7 +9,7 @@ build:debian_buster_pkg:
script
:
-
cmake -DINSTALL_LIBAPPIMAGE=On -DINSTALL_ATTICA=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-
make -j`nproc`
-
cpack -G DEB -G DEB -R 0.1.
2
-debian-buster
-
cpack -G DEB -G DEB -R 0.1.
3
-debian-buster
artifacts
:
paths
:
-
appimage-user-tool*.deb
...
...
@@ -31,7 +31,7 @@ build:ubuntu_bionic_pkg:
script
:
-
cmake -DINSTALL_LIBAPPIMAGE=On -DINSTALL_ATTICA=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-
make -j`nproc`
-
cpack -G DEB -G DEB -R 0.1.
2
-ubuntu-bionic
-
cpack -G DEB -G DEB -R 0.1.
3
-ubuntu-bionic
artifacts
:
paths
:
-
appimage-user-tool*.deb
...
...
.travis/arch/PKGBUILD
View file @
c1ed4524
...
...
@@ -2,7 +2,7 @@
projectname
=
appimage-user-tool
pkgname
=
appimage-user-tool
pkgver
=
0.1.
2
pkgver
=
0.1.
3
pkgrel
=
1
epoch
=
pkgdesc
=
"AppImageHub CLI client"
...
...
cmake/versioning.cmake
View file @
c1ed4524
...
...
@@ -4,7 +4,7 @@
set
(
APPIMAGE_USER_TOOL_V_MAJOR 0
)
set
(
APPIMAGE_USER_TOOL_V_MINOR 1
)
set
(
APPIMAGE_USER_TOOL_V_PATCH
2
)
set
(
APPIMAGE_USER_TOOL_V_PATCH
3
)
set
(
APPIMAGE_USER_TOOL_VERSION
${
APPIMAGE_USER_TOOL_V_MAJOR
}
.
${
APPIMAGE_USER_TOOL_V_MINOR
}
.
${
APPIMAGE_USER_TOOL_V_PATCH
}${
APPIMAGE_USER_TOOL_V_SUFFIX
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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