Skip to content

Commit 97ec489

Browse files
committed
circleci: add stream9
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent fd3cbaf commit 97ec489

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

circle.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,31 @@ jobs:
173173
make distcheck GIT_DIR=__NO_GIT__
174174
rmdir __NO_GIT__
175175
176+
stream9:
177+
working_directory: ~/universal-ctags
178+
docker:
179+
- image: quay.io/centos/centos:stream9
180+
steps:
181+
- run:
182+
name: Install Git
183+
command: |
184+
yum -y --enablerepo=baseos --enablerepo=appstream --enablerepo=crb install git
185+
- checkout
186+
- run:
187+
name: Install build tools
188+
command: |
189+
yum -y --enablerepo=baseos --enablerepo=appstream --enablerepo=crb install python3 gcc automake autoconf pkgconfig make libxml2-devel libyaml-devel pcre2-devel findutils diffutils sudo
190+
- run:
191+
name: Build
192+
command: |
193+
bash ./autogen.sh
194+
./configure --enable-debugging
195+
make -j 2
196+
- run:
197+
name: Test
198+
command: |
199+
make check roundtrip
200+
176201
ubi8_make:
177202
working_directory: ~/universal-ctags
178203
docker:
@@ -382,6 +407,7 @@ workflows:
382407
- ubuntu20_32bit
383408
- fedora30_bmake
384409
- fedora38_distcheck
410+
- stream9
385411
- ubi8_make
386412
- fedora38_gmake
387413
- fedora33_cross_aarch64

0 commit comments

Comments
 (0)