Skip to content

Commit

Permalink
CircleCI (stream10): new platform
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Nov 27, 2024
1 parent 56c7761 commit 7b34a13
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,31 @@ jobs:
make distcheck GIT_DIR=__NO_GIT__
rmdir __NO_GIT__
stream10:
working_directory: ~/universal-ctags
docker:
- image: quay.io/centos/centos:stream10
steps:
- run:
name: Install Git
command: |
dnf -y --enablerepo=baseos --enablerepo=appstream --enablerepo=crb install git
- checkout
- run:
name: Install build tools
command: |
dnf -y --enablerepo=baseos --enablerepo=appstream --enablerepo=crb install python3 gcc automake autoconf pkgconfig make jansson-devel 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 check roundtrip
stream9:
working_directory: ~/universal-ctags
docker:
Expand Down Expand Up @@ -334,6 +359,7 @@ workflows:
- ubuntu20_32bit
- fedora30_bmake
- fedora41_distcheck
- stream10
- stream9
- ubi8
- fedora41_gmake
Expand Down

0 comments on commit 7b34a13

Please sign in to comment.