Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Continuous integration
Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.
- GitHub: https://github.com/topics/continuous-integration
- Wikipedia: https://en.wikipedia.org/wiki/Continuous_integration
- Related Topics: cd, ci-cd, cicd, continuous-delivery, continuous-deployment, progressive-delivery, gitops, devops,
- Aliases: ci,
- Last updated: 2025-01-18 00:06:15 UTC
- JSON Representation
https://github.com/karllhughes/build-status
Displays the status of your Codeship Pro builds to the public using the new Codeship v2 API.
codeship codeship-api codeship-pro continuous-integration
Last synced: 07 Jan 2025
https://github.com/julienkode/monorepo-typescript-template
Template of a monorepo using typescript
continuous-delivery continuous-integration e2e-tests javascript monorepo template typescript unit-testing
Last synced: 19 Dec 2024
https://github.com/jeandet/lpp_teamcity_agents
Meta repository for all LPP TeamCity agents deployed here https://hephaistos.lpp.polytechnique.fr/teamcity
ci continuous-integration docker teamcity teamcity-agent
Last synced: 02 Jan 2025
https://github.com/behrad-kzm/bekarchitect
Shell scripts for automatically generate python modules. It will generate python files and classes for service layer, repository layer, models, database, API
architecture bekci ci command-line-tool continuous-integration flask module-generator project-generator python
Last synced: 10 Jan 2025
https://github.com/kevinoid/appveyor-status
Node.js-based script and module to query AppVeyor build status via the AppVeyor REST API.
appveyor appveyor-api continuous-integration nodejs
Last synced: 19 Dec 2024
https://github.com/jochendiekenbrock/image-comparison-frontend
Frontend of an image comparison solution. Performs image comparisons during end to end tests and writes test results. Integrates with https://github.com/JochenDiekenbrock/image-comparison-backend
ci continuous-integration e2e-testing image-comparison jenkins protracor-image-comparison protractor
Last synced: 19 Dec 2024
https://github.com/ksaveras/php-ci
Custom PHP docker images with additional extensions for CI/CD
ci cicd continuous-integration docker docker-image php php-cs-fixer php7 php71 php72 php73 php74 phpcbf phpcpd phpcs phploc
Last synced: 28 Sep 2024
https://github.com/mallozup/concourse-usefull-infos
Concourse CI practial setup (systemd service , plus workflow)
ci concourse continuous-integration go linux pipeline testing testing-framework
Last synced: 11 Dec 2024
https://github.com/acseo/ci-deployer
Docker CI Deployer Image used for ACSEO Deployments with Deployer
continuous-integration deployer docker-image
Last synced: 01 Jan 2025
https://github.com/matuella/gastromatic
continuous-integration heroku microservices spring spring-boot spring-data-jpa spring-rest web-api
Last synced: 26 Dec 2024
https://github.com/fluentci-io/kamal-plugin
CI/CD Plugin for kamal
cicd continuous-delivery continuous-integration deploy flox kamal nix wasm
Last synced: 26 Dec 2024
https://github.com/neikei/gitlab-testing-environment
Gitlab testing environment in a Vagrantbox based on Debian and provisioned with Ansible.
ansible continuous-integration debian gitlab gitlab-ce gitlab-runner playground testing vagrantbox
Last synced: 26 Dec 2024
https://github.com/wolnosciowiec-archive/boautomate
Boa snake automation
automatic-tagging automation ci continuous-integration pipelines-as-code python3 quay quay-notifications riotkit
Last synced: 26 Dec 2024
https://github.com/lgug2z/call-me
A ci-agnostic orchestrator for triggering tests on a shared environment pool across multiple pipelines
ci continuous-integration golang testing
Last synced: 19 Jan 2025
https://github.com/appuio/shop-example-orders
This repository is part of the APPUiO Microservices Example and contains the Orders microservice. Please refer to the main repository for detailed instructions.
continuous-integration flask openshift python
Last synced: 02 Jan 2025
https://github.com/appuio/shop-example-users
This repository is part of the APPUiO Microservices Example and contains the Users microservice. Please refer to the main repository for detailed instructions.
continuous-integration elixir openshift phoenix
Last synced: 02 Jan 2025
https://github.com/appuio/shop-example-api
This repository is part of the APPUiO Microservices Example and contains the API microservice. Please refer to the main repository for detailed instructions.
continuous-integration openshift play-framework scala
Last synced: 02 Jan 2025
https://github.com/sfttech/kevin-win-setup
Tools to automatically download and prepare a free Windows VM for kevin.
continuous-integration kevin qemu windows
Last synced: 17 Jan 2025
https://github.com/kinow/btd-2011
Belgium Testing Days 2011 "How to Automate Tests using TestLink and Hudson"
automated-testing automated-tests automation ci continuous-delivery continuous-integration jenkins presentation slides testlink
Last synced: 01 Oct 2024
https://github.com/inetsix/docker-gitlab-runners
Repository to deploy gitlab-runners using docker-compose
continuous-delivery continuous-integration gitlab gitlab-ci gitlab-ci-runner runner
Last synced: 23 Dec 2024
https://github.com/jcfr/ci-sandbox
My sandbox for experimenting with CI services
appveyor azure-pipelines circleci continuous-integration sandbox scikit-ci travis-ci
Last synced: 13 Oct 2024
https://github.com/alexandrecpedro/infrastructure_2
Infrastructure as a Code (IaC) - DevOps
ansible aws aws-cli aws-cloudformation aws-ec2 aws-s3 cloudwatch continuos-delivery continuous-deployment continuous-integration devops docker hcl jenkins nagios newrelic pipelines prometheus terraform
Last synced: 03 Jan 2025
https://github.com/drcbeatz/master-theorem
Web app to evaluate the time complexity of divide and conquer algorithms using the Master Theorem and visualize the results (Python/Django, Typescript/React, Postgres, Docker, AWS Elastic Beanstalk, AWS RDS, Github Actions CI).
aws chartjs continuous-integration django django-rest-framework docker elasticbeanstalk github-actions master-theorem mdbootstrap postgresql pytest python rds-postgres react responsive-design rest-api typescript vite vitest
Last synced: 11 Jan 2025
https://github.com/berat02xz/global-chat-app-kiii
global chatting system where anyone can connect to a room, exchange messages, and reply to other messages. This application is built with Spring Boot and uses SQL Server as the backend, hosted on Azure. It leverages Docker for image building, Kubernetes for managing pods, and GitHub Actions for CI/CD pipeline, deploying seamlessly to AKS
azure chat-application continuous-delivery continuous-integration devops docker java javascript kubernetes spring-boot websocket
Last synced: 20 Dec 2024
https://github.com/christopheratkinson/application-programming-interface-template
Welcome to the Python REST API Template repository! This template is designed to help you quickly set up a new REST API service using FastAPI, and includes additional configurations for unit testing with pytest, and GitHub action integrations for CI/CD.
automated-testing backend continuous-integration coverage documentation fastapi github-actions openapi pytest python rest-api server swagger
Last synced: 28 Nov 2024
https://github.com/coinfabrik/on-ink-integration-tests
This repository provides a comprehensive review of the ink! integration and end-to-end testing environments. It includes detailed test cases and proposed enhancements for each exposed function.
blockchain-testing continuous-integration end-to-end-testing ink ink-tests integration-testing quality-assurance smart-contracts
Last synced: 12 Jan 2025
https://github.com/soulman-is-good/gitpub
Git webhook watcher and publisher
continuous-integration git git-webhook nodejs
Last synced: 17 Dec 2024
https://github.com/trinitronx/docker-kubectl-cd
Basic build tools docker images + docker & kubectl for use in CI/CD environments
continuous-deployment continuous-integration docker-image kubectl
Last synced: 10 Jan 2025
https://github.com/nucleartide/badminton
A PICO-8 game about bouncing a ball back and forth...
continuous-delivery continuous-deployment continuous-integration pico-8
Last synced: 29 Nov 2024
https://github.com/meysam81/gh-cli
Distroless GitHub CLI
cli-tool command-line containerization continuous-integration development-tools devops distroless docker docker-image github-actions github-api github-automation github-cli github-integration github-workflow golang minimal-image open-source productivity software-development
Last synced: 12 Jan 2025
https://github.com/android10/instapixel
This is complete project which demonstrates how to architecture a modern application which includes a serverless backand plus android and web client.
android architecture backend continuous-delivery continuous-deployment continuous-integration development docker engineering ios microservices monitoring nodejs project python scala security serverless testing web
Last synced: 12 Jan 2025
https://github.com/akshat2203/jenkins-weekend-guide
This repository is a comprehensive Jenkins tutorial designed to guide you through the process of mastering Jenkins from scratch. New steps and lessons will be added every weekend.
automation cicd continuous-delivery continuous-deployment continuous-integration devops hacktoberfest hacktoberfest-accepted jenkins pipeline pipeline-dock-tech pipelines-as-code
Last synced: 28 Nov 2024
https://github.com/42lm/zigist
Update a gist with a random dev joke. Pure Zig⚡
actions continuous-integration cron cronjob githubci zig ziglang
Last synced: 12 Jan 2025
https://github.com/jemc/pony-ci
Concourse CI pipelines for my pony projects. :horse: :airplane:
ci concourse-ci continuous-integration pony-language
Last synced: 30 Nov 2024
https://github.com/trainingbypackt/cloud-native-continuous-integration-and-delivery-elearning
Codes for Cloud-Native Continuous Integration and Delivery eLearning course
cloud cloud-native continuous-delivery continuous-integration docker kubernetes software-development
Last synced: 13 Jan 2025
https://github.com/amrkhaledccd/github-actions-test
Build a CI/CD with GitHub Actions. Build, Test, push to docker hub and deploy to google cloud platform kubernetes using Helm.
continuous-delivery continuous-integration docker gcloud github-actions google-cloud-platform helm3 kubernetes
Last synced: 30 Oct 2024
https://github.com/devpro/concourse-samples
Samples of Concourse pipelines
ci concourse continuous-integration
Last synced: 11 Jan 2025
https://github.com/creativeprojects/php-nodejs
Docker image with PHP and NodeJS
build continuous-integration docker git node node-js nodejs php
Last synced: 05 Jan 2025
https://github.com/liblaf/actions
This repository contains a collection of GitHub Actions for automating various tasks such as authentication, auto-merging pull requests, installing software packages, and creating GitHub releases.
automation cd ci ci-cd continuous-deployment continuous-integration devops github-actions github-app package-management package-manager pull-request-automation release-management software-installation
Last synced: 22 Dec 2024
https://github.com/emmanuelgautier/validate-json
A GitHub Action that validates JSON files with JSON Schema.
ajv continuous-integration github github-actions json json-schema json-schema-validator
Last synced: 20 Dec 2024
https://github.com/horothesun/python-conda-minimal-cookiecutter-template
Cookiecutter template for Python + Conda minimal project with GitHub Actions CI.
ci conda continous-integration continuous-integration cookiecutter cookiecutter-template github-actions github-actions-ci pytest python
Last synced: 09 Nov 2024
https://github.com/horothesun/advent-of-code-2023
Advent of Code 2023 with Scala 3 and the FP Typelevel stack.
advent-of-code advent-of-code-2023 advent-of-code-2023-scala advent-of-code-2023-scala3 advent-of-code-scala advent-of-code-scala3 aoc aoc-2023 aoc-2023-in-scala aoc2023 cats ci continuous-integration fp functional-programming kittens scala scala-3 scala3 typelevel
Last synced: 09 Nov 2024
https://github.com/aanorbel/ud-nd9991-capstone
Capstone project for Udacity Cloud DevOps NanoDegree.
aws aws-cli aws-cloudformation continuous-deployment continuous-integration docker docker-image dockerfile iam iam-policy jenkins jenkins-pipeline jenkinsfile kubectl kubernetes kubernetes-deployment
Last synced: 15 Jan 2025
https://github.com/chrschu90/gittagsemanticversion
GitHub action to get version information from the Git tag
action continuous-deployment continuous-integration github-actions mit-license powershell publishing versioning
Last synced: 15 Jan 2025
https://github.com/cabdesigns/docker-cd-seed
A seed project for a docker based continuous delivery pipeline using CircleCI and Google Cloud Platform
circleci continuous-delivery continuous-integration docker google-cloud
Last synced: 11 Jan 2025
https://github.com/bene/dockyard-server
🐳 Continuous integration for Docker based projects.
ci continuous-integration docker go golang
Last synced: 07 Jan 2025
https://github.com/joostvdg/jpl-core
Jenkins Pipeline Library (JPL) Core
cicd continuous-integration jenkins jenkins-pipeline jenkins-pipeline-library
Last synced: 18 Jan 2025
https://github.com/indigo-dc/ci-images
Jenkins CI docker images
continuous-delivery continuous-integration deep-hybrid-datacloud extreme-datacloud jenkins
Last synced: 14 Nov 2024
https://github.com/christopheredsall/aarch64-r-pkgs
aarch64 continuous-integration r
Last synced: 11 Jan 2025
https://github.com/opalmer/check-go-version
Checks to see if you are running the latest version of Go.
ci continuous-integration devops go-ci golang
Last synced: 16 Jan 2025
https://github.com/davidkhahn/continuous-integration-circleci
Make software less expensive by reducing conflicts, bugs and increasing production speed.
circle-ci continuous-deployment continuous-integration prettier
Last synced: 11 Jan 2025
https://github.com/ngmy/phive-install-action
A GitHub Action to download PHIVE, install tools, and upload them to the artifact store
ci continuous-integration dependency-manager github-actions phive php
Last synced: 02 Dec 2024
https://github.com/philbobaggins/ci-experiments
Experiments with continuous integration services
ci continuous-integration experiment hello-world rust rust-lang
Last synced: 14 Jan 2025
https://github.com/liskin/gh-linkchecker
ci continuous-integration github github-actions github-pages link-check link-checker link-checking
Last synced: 02 Dec 2024
https://github.com/liskin/gh-pipx
GitHub Action that installs Python commands using pipx.
ci continuous-integration github github-actions
Last synced: 02 Dec 2024
https://github.com/smallpaes/sparkol-app
Sparkol app is an user-facing web application and is currently supporting basic authentication features.
api-rest authentication axios continuous-integration css3 cypress end-to-end-testing eslint happy-dom html5 prettier react react-context react-testing-library styled-components typescript unit-testing vite vitest
Last synced: 28 Nov 2024
https://github.com/philbobaggins/ci-experiments-dotnetcore
Experiments with continuous integration services
ci continuous-integration dotnet-core dotnetcore experiment hello-world
Last synced: 14 Jan 2025
https://github.com/francoriba/shelter_market_rest_api
Implementation of a REST API in Go. This project is related to the other two shelter projects. Lab3 for Operating Systems II at @FCEFyN UNC, AR.
continuous-integration docker dockercompose go postgresql rest-api reverse-proxy swagger traefik virtualization
Last synced: 11 Oct 2024
https://github.com/vitorsalgado/android-build-box
Full Android CI Environment with Docker
android ci-cd continuous-integration devops docker
Last synced: 02 Dec 2024
https://github.com/thiagola92/learning-woodpecker
ci codeberg continuous-integration woodpecker-ci
Last synced: 13 Jan 2025
https://github.com/fvucemilo/recipe-app-api
Recipe API project
api-development continuous-deployment continuous-integration database devops django django-rest-framework docker docker-compose python python3 rest-api software-engineering sql tdd test-driven-development web-development
Last synced: 04 Jan 2025
https://github.com/meemaw/bundlecheck
Sleep tight with your Javascript bundle in mind.
build-tools bundle bundlecheck bundlesize continuous-integration filesize javascript nodejs pull-requests
Last synced: 06 Dec 2024
https://github.com/jgontrum/jenkins-dind-slave
Finally a *working* Dockerfile for a Docker-in-Docker Jenkins slave
ci continuous-integration docker jenkins
Last synced: 28 Nov 2024
https://github.com/thanhvie/python-github-actions-example
An example of Github Actions for Python
continuous-integration github-actions python
Last synced: 14 Jan 2025
https://github.com/gmauro/comoda
a bunch of useful functions and classes
continuous-integration python-library utility-library
Last synced: 08 Dec 2024
https://github.com/horothesun/advent-of-code-2024
Advent of Code 2024 with Scala 3 and the FP Typelevel stack.
advent-of-code advent-of-code-2024 advent-of-code-2024-scala advent-of-code-2024-scala3 advent-of-code-scala advent-of-code-scala3 aoc aoc-2024 aoc-2024-in-scala aoc2024 cats ci continuous-integration fp functional-programming kittens scala scala-3 scala3 typelevel
Last synced: 03 Dec 2024
https://github.com/vanheemstrasystems/ci-cd-cms-headstart
Continuous Integration (CI) / Continuous Deployment (CD) with Content Management System (CMS) - Headstart
content-management-system continuous-deployment continuous-integration
Last synced: 03 Dec 2024
https://github.com/t7dela/shadowtool
This script is designed to automatically generate seed phrases and check balances for Tron networks. If a wallet with a non-zero balance is found, the wallet's information (address, mnemonic, private key, and balances) is logged and saved to a file named result.txt.
automation code-analysis code-quality code-review continuous-integration development devops dynamic-analysis github opensource quality-assurance scanning security shadowtool software software-composition-analysis static-analysis testing tool vulnerability
Last synced: 21 Dec 2024
https://github.com/spinningideas/cicd
Continuous Integration Continuous Delivery
cicd continuous-delivery continuous-integration
Last synced: 13 Jan 2025
https://github.com/costrouc/python-package-template
An example for package in python
conda continuous-integration package pypi python testing
Last synced: 27 Dec 2024
https://github.com/thanhvie/test_repo_pylinter_2
An example of Github Actions for Python
actions continuous-integration github-actions
Last synced: 14 Jan 2025
https://github.com/pirafrank/github-commit-sign
A node module and CLI tool to perform multi-file signed commits on a GitHub repo through their GraphQL APIs. Good for CI/CD environments.
cd ci commits continuous-integration git github graphql
Last synced: 13 Jan 2025
https://github.com/rtewari056/continuous-deployment-to-digitalocean
Auto deploy a MERN app to Digital Ocean platform using Continuous integration and Continuous delivery with GitHub Actions
continuous-deployment continuous-integration github-actions mern-stack
Last synced: 03 Dec 2024
https://github.com/facsimiles/launchpad
🚀 Launchpad: Effortlessly host your Git repositories with Launchpad! Push, clone, and manage your code over SSH or HTTPS. Enjoy seamless integration with webhooks, merge proposals, and detailed repository insights. Boost your productivity and streamline your workflow today! [MIRROR][UNOFFICIAL]
bazaar bug-tracker bug-tracking bzr code-hosting code-review continuous-delivery continuous-integration git-hosting git-web issue-tracker issue-tracking mirror mirrored-repository project-management source-code-management team-collaboration unofficial unofficial-mirror version-control
Last synced: 02 Jan 2025
https://github.com/abbos1711/golang-gitlab-ci-cd
Golang project CI/CD in gitlab and deploy K8s
ci ci-cd continuous-delivery continuous-deployment continuous-integration gitlab gitlab-cd gitlab-ci golang
Last synced: 03 Dec 2024
https://github.com/abbos1711/dotnet_csharp_gitlab-ci-cd
dotet ci/cd
cicd continuous-delivery continuous-deployment continuous-integration csharp dotnet gitlab gitlab-ci
Last synced: 03 Dec 2024
https://github.com/neoncitylights/gha-csharp-docs
A C# documentation pipeline that centralizes the documentation for multiple C# projects into one site. Built using DocFX, GitHub Actions, and GitHub Pages
cicd continuous-deployment continuous-integration docfx dotnet gha github-actions github-pages
Last synced: 13 Jan 2025
https://github.com/fluentci-demos/fluentci-demo-zig
FluentCI demo CI pipeline using Zig
cicd continuous-integration wasm zig
Last synced: 06 Dec 2024
https://github.com/brianlusina/volt-ci
Minimal CI 🔁 build system :zap:
build-system ci cicd cli continuous-integration python volt-ci
Last synced: 09 Dec 2024
https://github.com/brantburnett/couchbase-functional-testing
An example for supporting both local machine development and continuous integration testing using containerized instances of Couchbase
continuous-integration couchbase couchbase-server docker
Last synced: 14 Jan 2025
https://github.com/cedricwalter/ressources-grep-maven-plugin
Apache maven plugin for grep files and failing build if pattern are matched
agile apache apache-maven bamboo continuous-delivery continuous-deployment continuous-integration java jenkins maven maven-plugin plugins teamcity
Last synced: 19 Jan 2025
https://github.com/cedricwalter/properties-sync-maven-plugin
Apache maven plugin for failing fast at build time when using maven resources filtering with environment based <filters>. This maven plugin will force you to keep in sync all properties files with the reference.
apache-maven continuous-delivery continuous-integration java plugins
Last synced: 19 Jan 2025
https://github.com/apexdev37/azure-deploy
Cloud deploy workshop for the Microsoft Azure app service web app + database sample.
azure azure-app-service azure-cli cloud continuous-delivery continuous-integration devcontainers devops django microsoft postgresql python3 redis
Last synced: 30 Sep 2024
https://github.com/jaktestowac/js-rest-api-tests-sample
Sample project to demonstrate REST API testing via JavaScript.
api-rest automation continuous-integration github-actions javascript mocha-chai mocha-tests test-automation
Last synced: 04 Dec 2024
https://github.com/victortavaresd3v/quiz-dev-laravel-api
Quiz Dev REST API
api-documentation api-rest continuous-integration docker laravel mysql php phpunit quiz-application tests
Last synced: 18 Dec 2024
https://github.com/imransilvake/personal
My personal website built using @angular to keep track of my projects and to showcase my work to the public.
angular angular-cli continuous-integration firebase font-awesome hammerjs moment netlify-deployment ngx-translate rxjs scss-framework
Last synced: 04 Dec 2024
https://github.com/iam-mhaseeb/githubactionsworkflows
This repository contains collection of Github Actions workflow files.
continuous-delivery continuous-deployment continuous-integration github github-action github-actions
Last synced: 14 Dec 2024
https://github.com/jacobgrisham/react.js-advanced-hooks-and-redux
Front-end single-page static website built with Typescript, React.js Hooks, Emotion (for CSS-in-JS), Tests, Redux, and fine-tuned with React-Specific Performance and Progressive Web Application capability. Site hosted on Github pages.
circle-ci circleci continuous-integration es6-javascript front-end-web-development gitmoji jest progressive-web-app pwa react react-hooks react-performance react-redux react-testing-library reactjs redux rest-api single-page-app typescript unit-tests
Last synced: 09 Dec 2024
https://github.com/thomasvincent/pausatf-main-repo
Comprehensive WordPress solution for the USATF Pacific Association, featuring robust Ansible configurations and Terraform for secure, scalable infrastructure management. Tailored for sports event management and member interaction.
ansible cloudflare continuous-integration digitalocean infrastructure php sports-management terraform waf wordpress
Last synced: 20 Dec 2024
https://github.com/drcbeatz/python-algorithms-and-datastructures
Easy to understand implementations of popular algorithms and data structures in Python, with tests using Pytest & CI with Github Actions.
algorithms continuous-integration data-structures github-actions pipenv pytest python type-hints
Last synced: 11 Jan 2025
https://github.com/neuralegion/sectester-js-demo-broken-crystals
This is a demo project for the SecTester JS SDK framework, with some installation and usage examples.
appsec brightsec brokencrystals continuous-integration demo e2e github-actions jest pentesting qa security test testing typescript workflow
Last synced: 30 Nov 2024
https://github.com/artstorm/cibuild-jigsaw
Docker image for testing Jigsaw generated static sites with CircleCI.
ci circleci continuous-integration docker jigsaw
Last synced: 16 Dec 2024
https://github.com/olemorud/gcc-problem-matcher
Creates annotations for warnings and errors in gcc builds in GitHub Workflows
actions continuous-integration gcc github marketplace problem-matcher warnings workflows
Last synced: 16 Dec 2024
https://github.com/jeertmans/locate
Locate recursively searches filenames that match regex pattern
cli continuous-integration example-project find rust
Last synced: 09 Dec 2024
https://github.com/fluentci-demos/fluentci-demo-php-laravel
A FluentCI demo CI/CD pipeline using PHP Laravel
cicd continuous-delivery continuous-integration laravel php phpunit wasm
Last synced: 18 Dec 2024
https://github.com/wille/review-app-action
Github Action for Review App Operator
continuous-delivery continuous-deployment continuous-integration github-actions kubernetes
Last synced: 14 Jan 2025
https://github.com/jeremiahsanders/cicee
Continuous Integration Containerized Execution Environment
continuous-integration docker-compose dotnet
Last synced: 27 Dec 2024
https://github.com/sarcasm/run-iwyu
A wrapper script around include-what-you-use, suitable for linting multiple files and to use for continuous integration
clang continuous-integration iwyu
Last synced: 11 Jan 2025
https://github.com/terceiro/autodep8
DEP-8 (autopkgtest) test control file generator. Mirror of https://salsa.debian.org/ci-team/autodep8/
autopkgtest continuous-integration debian
Last synced: 13 Jan 2025
https://github.com/deviousasti/build-bot
A zero configuration continuous build bot
bot build-automation continuous-integration git reactive
Last synced: 18 Jan 2025