mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-28 15:16:43 +00:00
Discontinue Fedora 26, 27, and 28 -- they are eating a substantial chunk
of our free Circle CI build time.
This commit is contained in:
parent
f6b2a800aa
commit
2fd0089124
@ -39,42 +39,6 @@ jobs:
|
|||||||
- run: mkdir -p /root/debs && mv /root/project/*.deb /root/debs/
|
- run: mkdir -p /root/debs && mv /root/project/*.deb /root/debs/
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /root/debs/
|
path: /root/debs/
|
||||||
build_fedora_26:
|
|
||||||
docker:
|
|
||||||
- image: fedora:26
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- run: dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm rpm-build rpmdevtools 'dnf-command(builddep)'
|
|
||||||
- run: dnf builddep -y musikcube.spec
|
|
||||||
- run: mkdir -p /root/rpmbuild/SOURCES && spectool -g -R musikcube.spec
|
|
||||||
- run: rpmbuild -ba -vv musikcube.spec
|
|
||||||
- run: mkdir -p /root/rpms && mv /root/rpmbuild/RPMS/x86_64/*.rpm /root/rpms/
|
|
||||||
- store_artifacts:
|
|
||||||
path: /root/rpms/
|
|
||||||
build_fedora_27:
|
|
||||||
docker:
|
|
||||||
- image: fedora:27
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- run: dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm rpm-build rpmdevtools 'dnf-command(builddep)'
|
|
||||||
- run: dnf builddep -y musikcube.spec
|
|
||||||
- run: mkdir -p /root/rpmbuild/SOURCES && spectool -g -R musikcube.spec
|
|
||||||
- run: rpmbuild -ba -vv musikcube.spec
|
|
||||||
- run: mkdir -p /root/rpms && mv /root/rpmbuild/RPMS/x86_64/*.rpm /root/rpms/
|
|
||||||
- store_artifacts:
|
|
||||||
path: /root/rpms/
|
|
||||||
build_fedora_28:
|
|
||||||
docker:
|
|
||||||
- image: fedora:28
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- run: dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm rpm-build rpmdevtools 'dnf-command(builddep)'
|
|
||||||
- run: dnf builddep -y musikcube.spec
|
|
||||||
- run: mkdir -p /root/rpmbuild/SOURCES && spectool -g -R musikcube.spec
|
|
||||||
- run: rpmbuild -ba -vv musikcube.spec
|
|
||||||
- run: mkdir -p /root/rpms && mv /root/rpmbuild/RPMS/x86_64/*.rpm /root/rpms/
|
|
||||||
- store_artifacts:
|
|
||||||
path: /root/rpms/
|
|
||||||
build_fedora_29:
|
build_fedora_29:
|
||||||
docker:
|
docker:
|
||||||
- image: fedora:29
|
- image: fedora:29
|
||||||
@ -124,9 +88,6 @@ workflows:
|
|||||||
- build_ubuntu_bionic: *workflow_filters
|
- build_ubuntu_bionic: *workflow_filters
|
||||||
- build_ubuntu_eoan: *workflow_filters
|
- build_ubuntu_eoan: *workflow_filters
|
||||||
- build_ubuntu_focal: *workflow_filters
|
- build_ubuntu_focal: *workflow_filters
|
||||||
- build_fedora_26: *workflow_filters
|
|
||||||
- build_fedora_27: *workflow_filters
|
|
||||||
- build_fedora_28: *workflow_filters
|
|
||||||
- build_fedora_29: *workflow_filters
|
- build_fedora_29: *workflow_filters
|
||||||
- build_fedora_30: *workflow_filters
|
- build_fedora_30: *workflow_filters
|
||||||
- build_fedora_31: *workflow_filters
|
- build_fedora_31: *workflow_filters
|
||||||
|
Loading…
Reference in New Issue
Block a user