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
000e575d
Commit
000e575d
authored
Oct 04, 2019
by
azubieta
Browse files
Merge branch 'bump_version_to_0.1.6' into 'master'
bump version to 0.1.6 See merge request azubieta/appimage-cli-tool!30
parents
6973d888
a2d0fc5a
Pipeline
#1169
passed with stages
in 23 minutes and 19 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
000e575d
...
...
@@ -56,7 +56,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.
5
-debian-buster
-
cpack -G DEB -G DEB -R 0.1.
6
-debian-buster
artifacts
:
paths
:
-
appimage-cli-tool*.deb
...
...
@@ -79,7 +79,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.
5
-ubuntu-bionic
-
cpack -G DEB -G DEB -R 0.1.
6
-ubuntu-bionic
artifacts
:
expire_in
:
1 year
paths
:
...
...
.travis/arch/PKGBUILD
View file @
000e575d
...
...
@@ -2,7 +2,7 @@
projectname
=
appimage-cli-tool
pkgname
=
appimage-cli-tool
pkgver
=
0.1.
5
pkgver
=
0.1.
6
pkgrel
=
1
epoch
=
pkgdesc
=
"AppImageHub CLI client"
...
...
.travis/debian_buster/build_package.sh
View file @
000e575d
...
...
@@ -15,4 +15,4 @@ fi
mkdir
docker-build-release
sudo
docker run
-v
${
PWD
}
:/source
-v
${
PWD
}
/docker-build-release:/build
${
DOCKER_IMAGE
}
\
/bin/bash
-c
"cmake -DINSTALL_LIBAPPIMAGE=On -DINSTALL_ATTICA=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release /source && make -j
`
nproc
`
&& cpack -G DEB -G DEB -R 0.1.
5
-debian-buster"
/bin/bash
-c
"cmake -DINSTALL_LIBAPPIMAGE=On -DINSTALL_ATTICA=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release /source && make -j
`
nproc
`
&& cpack -G DEB -G DEB -R 0.1.
6
-debian-buster"
.travis/ubuntu_bionic/build_package.sh
View file @
000e575d
...
...
@@ -15,4 +15,4 @@ fi
mkdir
docker-build-release
sudo
docker run
-v
${
PWD
}
:/source
-v
${
PWD
}
/docker-build-release:/build
${
DOCKER_IMAGE
}
\
/bin/bash
-c
"cmake -DINSTALL_LIBAPPIMAGE=On -DINSTALL_ATTICA=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release /source && make -j
`
nproc
`
&& cpack -G DEB -R 0.1.
5
-ubuntu-bionic"
/bin/bash
-c
"cmake -DINSTALL_LIBAPPIMAGE=On -DINSTALL_ATTICA=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release /source && make -j
`
nproc
`
&& cpack -G DEB -R 0.1.
6
-ubuntu-bionic"
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