Skip to content

Commit

Permalink
Backported changes from github_master
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-soltys committed Dec 20, 2020
1 parent 9f55ccf commit 7ee1954
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
jobs:
build-centos8:
build-centos:
docker:
- image: centos:centos8
- image: centos:latest
steps:
- checkout
- run:
Expand All @@ -28,9 +28,9 @@ jobs:
- run:
name: Upload
command: scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P $UPLOAD_PORT build-Release/packages/rpmbuild/RPMS/$(uname -m)/*.rpm $UPLOAD_USER@$UPLOAD_HOST:.
build-opensuseleap:
build-opensusetumbleweed:
docker:
- image: opensuse/leap
- image: opensuse/tumbleweed
steps:
- checkout
- run:
Expand Down Expand Up @@ -59,9 +59,9 @@ jobs:
- run:
name: Upload
command: scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P $UPLOAD_PORT *.deb $UPLOAD_USER@$UPLOAD_HOST:.
build-ubuntu2004:
build-ubuntu2010:
docker:
- image: ubuntu:20.04
- image: ubuntu:20.10
steps:
- checkout
- run:
Expand All @@ -80,8 +80,8 @@ workflows:
version: 2
build_all:
jobs:
- build-centos8
- build-fedora33
- build-opensuseleap
- build-debian10
- build-ubuntu2004
- build-opensusetumbleweed
- build-ubuntu2010
# - build-centos
# - build-debian10
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.org/Range-Software/range3.svg?branch=master)](https://travis-ci.org/Range-Software/range3)
[![CircleCI](https://circleci.com/gh/Range-Software/range3.svg?style=svg)](https://circleci.com/gh/Range-Software/range3)

# Range Software
Expand Down

0 comments on commit 7ee1954

Please sign in to comment.