mirror of
https://github.com/troglobit/editline.git
synced 2025-05-08 05:41:12 +08:00
Add support for Coverity Scan of editline and add neat gfx to README
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
26bc0716b7
commit
9fd8e0b4d3
18
.travis.yml
18
.travis.yml
@ -3,4 +3,20 @@ language: c
|
|||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
script: ./configure && make
|
env:
|
||||||
|
global:
|
||||||
|
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
|
||||||
|
# via the "travis encrypt" command using the project repo's public key
|
||||||
|
- secure: ""
|
||||||
|
|
||||||
|
addons:
|
||||||
|
coverity_scan:
|
||||||
|
project:
|
||||||
|
name: "troglobit/editline"
|
||||||
|
description: "Minix editline"
|
||||||
|
notification_email: troglobit@gmail.com
|
||||||
|
build_command_prepend: "./configure --enable-sigstop --enable-terminal-bell"
|
||||||
|
build_command: "make -j5"
|
||||||
|
branch_pattern: master
|
||||||
|
|
||||||
|
script: ./configure --enable-sigstop --enable-terminal-bell && make -j5
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
editline
|
editline
|
||||||
========
|
========
|
||||||
|
[](https://travis-ci.org/troglobit/editline)[](https://scan.coverity.com/projects/2982)
|
||||||
|
|
||||||
This is a line editing library. It can be linked into almost any program to
|
This is a line editing library. It can be linked into almost any program to
|
||||||
provide command-line editing and history. It is call-compatible with the FSF
|
provide command-line editing and history. It is call-compatible with the FSF
|
||||||
|
Loading…
Reference in New Issue
Block a user