https://github.com/egor-tensin/cimple
My little CI system (hopefully)
https://github.com/egor-tensin/cimple
Last synced: 7 days ago
JSON representation
My little CI system (hopefully)
- Host: GitHub
- URL: https://github.com/egor-tensin/cimple
- Owner: egor-tensin
- License: mit
- Created: 2022-12-02T14:52:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T11:18:33.000Z (10 months ago)
- Last Synced: 2025-07-09T05:04:13.960Z (3 months ago)
- Language: C
- Size: 3.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
cimple
======My little CI system (hopefully).
_This is work in progress; it doesn't quite work the way I want it to yet._
Development
-----------Build using CMake.
Depends on json-c, libgit2, libsodium and SQLite.See [DEVELOPMENT.md] for details.
[DEVELOPMENT.md]: DEVELOPMENT.md
Rationale
---------The goal it to make a CI system that doesn't suck.
See [rationale.md] for details.[rationale.md]: doc/rationale.md
License
-------Distributed under the MIT License.
See [LICENSE.txt] for details.[LICENSE.txt]: LICENSE.txt