All Projects → coala → docker-coala-base

coala / docker-coala-base

Licence: other
coala base docker image

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to docker-coala-base

Ci Matters
Integration (comparison) of different continuous integration services on Android project
Stars: ✭ 119 (+495%)
Mutual labels:  circleci, travis-ci, ci, gitlab-ci
CI-Utils
Utilities for running Common Lisp on CI platforms
Stars: ✭ 18 (-10%)
Mutual labels:  circleci, travis-ci, ci, gitlab-ci
build-status
Emacs minor mode that monitors and shows a buffer's build status in the mode line.
Stars: ✭ 26 (+30%)
Mutual labels:  circleci, travis-ci, ci
Cargo Make
Rust task runner and build tool.
Stars: ✭ 895 (+4375%)
Mutual labels:  circleci, travis-ci, gitlab-ci
Pupernetes
Spin up a full fledged Kubernetes environment designed for local development & CI
Stars: ✭ 199 (+895%)
Mutual labels:  circleci, travis-ci, ci
drupal9ci
One-line installers for implementing Continuous Integration in Drupal 9
Stars: ✭ 137 (+585%)
Mutual labels:  circleci, travis-ci, gitlab-ci
Cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 620 (+3000%)
Mutual labels:  circleci, travis-ci, ci
ci-minikube
run minikube on ci
Stars: ✭ 28 (+40%)
Mutual labels:  circleci, travis-ci, ci
Ci Detector
Detect continuous integration environment and get information of current build
Stars: ✭ 138 (+590%)
Mutual labels:  circleci, travis-ci, ci
Monorepo
Showcase of how to manage building projects inside monorepo with Gradle as build tool and CircleCI, Bitbucket Pipelines, Travis CI or GitHub Actions as CI tool.
Stars: ✭ 129 (+545%)
Mutual labels:  circleci, travis-ci, ci
ci playground
Playground for Cloud CI development for C++
Stars: ✭ 23 (+15%)
Mutual labels:  circleci, travis-ci, ci
Nevergreen
🐤 A build monitor with attitude
Stars: ✭ 170 (+750%)
Mutual labels:  circleci, travis-ci, ci
developer-ci-benefits
Talk docs—includes CI (Continuous Integration) benefits, description, and setup tips 💡💪
Stars: ✭ 29 (+45%)
Mutual labels:  circleci, travis-ci, ci
Rok8s Scripts
Opinionated scripts for managing application deployment lifecycle in Kubernetes
Stars: ✭ 248 (+1140%)
Mutual labels:  circleci, ci
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+1080%)
Mutual labels:  circleci, travis-ci
phpboilerplate
PHP boilerplate with composer psr-4, phpunit and travis-ci.
Stars: ✭ 15 (-25%)
Mutual labels:  circleci, travis-ci
ci-configuration-examples
This repository makes it easy to run your MATLAB tests on some of the most common CI platforms. The configuration files take care of setting up MATLAB and automatically executing your MATLAB tests.
Stars: ✭ 52 (+160%)
Mutual labels:  circleci, travis-ci
Unity3d Gitlab Ci Example Mirror
🍴Mirror of the gableroux/unity3d-gitlab-ci-example project for Travis and CircleCI on Github. If you are looking for Github Actions, refer to https://github.com/game-ci/unity-actions-example instead.
Stars: ✭ 210 (+950%)
Mutual labels:  circleci, travis-ci
terraform-aws-s3-bucket
Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems
Stars: ✭ 138 (+590%)
Mutual labels:  circleci, travis-ci
scikit-ci
Simpler and centralized CI configuration for Python extensions.
Stars: ✭ 15 (-25%)
Mutual labels:  circleci, travis-ci

coala

This image has coala and all official bears and dependencies installed so it can be used for any code analysis supported by coala.

Instructions on how to use this image with Continuous Integration systems like GitLab CI and Travis CI are available in the user manual.

The cache generated by coala are placed on /cache. You can preserve it by creating a volume for it, like this:

docker run -v=$(pwd):/app -v=/tmp/coala:/cache --workdir=/app coala/base coala --ci

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].