mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
Remove bionic, fix groovy, and comment out fedora 33
This commit is contained in:
parent
76c74df71a
commit
62ee9db10e
1 changed files with 8 additions and 38 deletions
|
@ -1,30 +1,6 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ubuntu-bionic:
|
|
||||||
docker:
|
|
||||||
- image: ubuntu:18.04
|
|
||||||
steps:
|
|
||||||
- run:
|
|
||||||
name: Install dependencies
|
|
||||||
command: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y git ssh ruby-dev rubygems python-all dh-python python3 python3-stdeb python3-pyside2.qtcore python3-pyside2.qtgui python3-pyside2.qtwidgets python3-appdirs python3-click python3-xdg python3-requests python3-termcolor
|
|
||||||
gem install --no-ri --no-rdoc rake
|
|
||||||
gem install --no-ri --no-rdoc package_cloud
|
|
||||||
- checkout
|
|
||||||
- run:
|
|
||||||
name: Create the .deb package
|
|
||||||
command: |
|
|
||||||
./install/linux/build_deb.py
|
|
||||||
dpkg -i deb_dist/dangerzone_*-1_all.deb
|
|
||||||
- run:
|
|
||||||
name: Deploy to packagecloud.io
|
|
||||||
command: |
|
|
||||||
VERSION=$(cat dangerzone/__init__.py |grep "dangerzone_version = " |cut -d '"' -f2)
|
|
||||||
package_cloud push firstlookmedia/code/ubuntu/bionic deb_dist/dangerzone_${VERSION}-1_all.deb
|
|
||||||
package_cloud push firstlookmedia/code/ubuntu/bionic deb_dist/dangerzone_${VERSION}-1.dsc
|
|
||||||
|
|
||||||
build-ubuntu-eoan:
|
build-ubuntu-eoan:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:19.10
|
- image: ubuntu:19.10
|
||||||
|
@ -96,8 +72,8 @@ jobs:
|
||||||
name: Deploy to packagecloud.io
|
name: Deploy to packagecloud.io
|
||||||
command: |
|
command: |
|
||||||
VERSION=$(cat dangerzone/__init__.py |grep "dangerzone_version = " |cut -d '"' -f2)
|
VERSION=$(cat dangerzone/__init__.py |grep "dangerzone_version = " |cut -d '"' -f2)
|
||||||
package_cloud push firstlookmedia/code/ubuntu/focal deb_dist/dangerzone_${VERSION}-1_all.deb
|
package_cloud push firstlookmedia/code/ubuntu/groovy deb_dist/dangerzone_${VERSION}-1_all.deb
|
||||||
package_cloud push firstlookmedia/code/ubuntu/focal deb_dist/dangerzone_${VERSION}-1.dsc
|
package_cloud push firstlookmedia/code/ubuntu/groovy deb_dist/dangerzone_${VERSION}-1.dsc
|
||||||
|
|
||||||
build-debian-buster:
|
build-debian-buster:
|
||||||
docker:
|
docker:
|
||||||
|
@ -217,12 +193,6 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build-tags:
|
build-tags:
|
||||||
jobs:
|
jobs:
|
||||||
- build-ubuntu-bionic:
|
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /^v.*/
|
|
||||||
branches:
|
|
||||||
ignore: /.*/
|
|
||||||
- build-ubuntu-eoan:
|
- build-ubuntu-eoan:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
|
@ -265,9 +235,9 @@ workflows:
|
||||||
only: /^v.*/
|
only: /^v.*/
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
- build-fedora-33:
|
# - build-fedora-33:
|
||||||
filters:
|
# filters:
|
||||||
tags:
|
# tags:
|
||||||
only: /^v.*/
|
# only: /^v.*/
|
||||||
branches:
|
# branches:
|
||||||
ignore: /.*/
|
# ignore: /.*/
|
||||||
|
|
Loading…
Reference in a new issue