Skip to content

Commit

Permalink
Merge pull request #420 from chewing/doc/readme
Browse files Browse the repository at this point in the history
docs: update CI information in readme
  • Loading branch information
kanru committed Jan 1, 2024
2 parents bbebcaa + 0a2627b commit 5f32c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.19.0)
cmake_minimum_required(VERSION 3.21.0)
project(libchewing)

set(LIBCHEWING_VERSION 0.5.1)
Expand Down
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ as full open source efforts.
- Development: <https://matrix.to/#/#libchewing:matrix.org>
- General: <https://matrix.to/#/#chewing-users:matrix.org>
+ Build Status:
- Travis-Ci: [![Status-Icon](https://travis-ci.org/chewing/libchewing.svg?branch=master)](https://travis-ci.org/chewing/libchewing)
- Github Actions: [![CI](https://github.com/chewing/libchewing/actions/workflows/ci.yml/badge.svg)](https://github.com/chewing/libchewing/actions/workflows/ci.yml)
- Coverity Scan: [![Coverity Scan Build Status](https://scan.coverity.com/projects/1273/badge.svg)](https://scan.coverity.com/projects/1273)
- Coveralls: [![Coverage Status](https://img.shields.io/coveralls/chewing/libchewing.svg)](https://coveralls.io/r/chewing/libchewing?branch=master)
- Codecov: [![codecov](https://codecov.io/gh/chewing/libchewing/graph/badge.svg?token=r1piKsG5uF)](https://codecov.io/gh/chewing/libchewing)


## History
Expand Down Expand Up @@ -132,10 +132,7 @@ build libchewing. If any tools you use below this version, libchewing might not
be built.

+ Build tools:
- autoconf >= 2.65
- automake >= 1.11.6
- libtool >= 2.4.2
- cmake >= 2.8.8 (optional)
- cmake >= 3.21.0
+ Toolchain / IDE:
- clang >= 3.2
- gcc >= 4.6.3
Expand All @@ -144,16 +141,6 @@ be built.
- texinfo >= 4.12


## Continuous Integration (CI) Service

libchewing uses the following CI services:

- <https://travis-ci.org/chewing/libchewing> (testing)
- <https://drone.io/github.com/chewing/libchewing> (testing)
- <https://coveralls.io/r/chewing/libchewing> (coverage report)
- <https://launchpad.net/~chewing/+archive/chewing> (ubuntu PPA)


## Installation

# ./configure --prefix=/usr
Expand Down

0 comments on commit 5f32c5b

Please sign in to comment.