{"id":13441518,"url":"https://github.com/ohwgiles/laminar","last_synced_at":"2025-03-20T12:31:19.271Z","repository":{"id":2427222,"uuid":"42411444","full_name":"ohwgiles/laminar","owner":"ohwgiles","description":"Fast and lightweight Continuous Integration","archived":false,"fork":false,"pushed_at":"2024-08-16T01:05:09.000Z","size":606,"stargazers_count":297,"open_issues_count":14,"forks_count":54,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-17T01:56:27.922Z","etag":null,"topics":["continuous-integration","cpp","laminar","lightweight"],"latest_commit_sha":null,"homepage":"https://laminar.ohwg.net","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohwgiles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-13T20:21:02.000Z","updated_at":"2024-08-16T01:05:12.000Z","dependencies_parsed_at":"2023-07-06T11:16:22.404Z","dependency_job_id":"181fc8e7-3324-425f-9e61-70eb80751b8b","html_url":"https://github.com/ohwgiles/laminar","commit_stats":{"total_commits":351,"total_committers":24,"mean_commits":14.625,"dds":0.0883190883190883,"last_synced_commit":"1e7e9319c32192820ba58ea22dcaaf238dde7589"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohwgiles%2Flaminar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohwgiles%2Flaminar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohwgiles%2Flaminar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohwgiles%2Flaminar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohwgiles","download_url":"https://codeload.github.com/ohwgiles/laminar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221760023,"owners_count":16876338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["continuous-integration","cpp","laminar","lightweight"],"created_at":"2024-07-31T03:01:35.002Z","updated_at":"2025-03-20T12:31:19.266Z","avatar_url":"https://github.com/ohwgiles.png","language":"C++","funding_links":[],"categories":["C++","cpp","List of Continuous Integration services","continuous-integration"],"sub_categories":["Introduction"],"readme":"# Laminar CI [![status](https://ci.ohwg.net/badge/laminar.svg)](https://ci.ohwg.net/jobs/laminar)\n\nLaminar (https://laminar.ohwg.net) is a lightweight and modular Continuous Integration service for Linux. It is self-hosted and developer-friendly, eschewing a configuration UI in favour of simple version-controllable configuration files and scripts.\n\nLaminar encourages the use of existing GNU/Linux tools such as `bash` and `cron` instead of reinventing them.\n\nAlthough the status and progress front-end is very user-friendly, administering a Laminar instance requires writing shell scripts and manually editing configuration files. That being said, there is nothing esoteric here and the [guide](http://laminar.ohwg.net/docs.html) should be straightforward for anyone with even very basic Linux server administration experience.\n\nSee [the website](https://laminar.ohwg.net) and the [documentation](https://laminar.ohwg.net/docs.html) for more information.\n\n## Building from source\n\nFirst install development packages for `capnproto (version 0.7.0 or newer)`, `rapidjson`, `sqlite` and `boost` (for the header-only `multi_index_container` library) from your distribution's repository or other source.\n\nOn Debian Bookworm, this can be done with:\n\n```bash\nsudo apt install capnproto cmake g++ libboost-dev libcapnp-dev libsqlite3-dev \\\n  make rapidjson-dev zlib1g-dev pkg-config\n```\n\nThen compile and install laminar with:\n\n```bash\ngit clone https://github.com/ohwgiles/laminar.git\ncd laminar\ncmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr\nmake -j \"$(nproc)\"\n# Warning: the following will overwrite an existing /etc/laminar.conf\nsudo make install\n```\n\n`make install` includes a systemd unit file. If you intend to use it, consider creating a new user `laminar` or modifying the user specified in the unit file.\n\n## Packaging for distributions\n\nThe `pkg` directory contains shell scripts which use docker to build native packages (deb,rpm) for common Linux distributions. Note that these are very simple packages which may not completely conform to the distribution's packaging guidelines, however they may serve as a starting point for creating an official package, or may be useful if the official package lags.\n\n## Contributing\n\nIssues and pull requests via GitHub are most welcome. All pull requests must adhere to the [Developer Certificate of Origin](https://developercertificate.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohwgiles%2Flaminar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohwgiles%2Flaminar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohwgiles%2Flaminar/lists"}