Skip to content

Commit

Permalink
circleci: unify ubi8 related jobs into one
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Apr 29, 2023
1 parent 97ec489 commit ec4b019
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
command: |
make check roundtrip
ubi8_make:
ubi8:
working_directory: ~/universal-ctags
docker:
- image: registry.access.redhat.com/ubi8:latest
Expand All @@ -221,32 +221,8 @@ jobs:
- run:
name: Test
command: |
make check
make check roundtrip
ubi8_make_roundtrip:
working_directory: ~/universal-ctags
docker:
- image: registry.access.redhat.com/ubi8:latest
steps:
- run:
name: Install Git
command: |
yum -y install git
- checkout
- run:
name: Install build tools
command: |
yum -y --enablerepo=ubi-8-appstream-rpms --enablerepo=ubi-8-baseos-rpms --enablerepo=ubi-8-codeready-builder-rpms install python3 gcc automake autoconf pkgconfig make libxml2-devel libyaml-devel pcre2-devel findutils diffutils sudo
- run:
name: Build
command: |
bash ./autogen.sh
./configure --enable-debugging
make -j 2
- run:
name: Test
command: |
make roundtrip
centos7_make:
working_directory: ~/universal-ctags
docker:
Expand Down Expand Up @@ -408,12 +384,11 @@ workflows:
- fedora30_bmake
- fedora38_distcheck
- stream9
- ubi8_make
- ubi8
- fedora38_gmake
- fedora33_cross_aarch64
- centos7_make
- ubuntu20_mingw
- ubi8_make_roundtrip
- fedora30_bmake_roundtrip
- fedora38_gmake_roundtrip
- centos7_make_roundtrip

0 comments on commit ec4b019

Please sign in to comment.