Update README with build status

This commit is contained in:
Timothy Warren 2019-12-05 11:04:36 -05:00
parent 8c159dd5bc
commit d095b82a3c
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# PHP Kilo
A reimplementation of the [Kilo](https://viewsourcecode.org/snaptoken/kilo/index.html) tutorial in PHP. Requires PHP 7.4,
[![Build Status](https://jenkins.timshomepage.net/buildStatus/icon?job=Gitea+-+Tutorials%2Fphp-kilo%2Fmaster)](https://jenkins.timshomepage.net/job/Gitea%20-%20Tutorials/job/php-kilo/job/master/)
A reimplementation of the [Kilo](https://viewsourcecode.org/snaptoken/kilo/index.html) tutorial in PHP. Requires PHP 7.4,
due to requiring the `FFI` extension.
## Implementation notes: