All Projects → FlowCI → Templates

FlowCI / Templates

YML templates

Projects that are alternatives of or similar to Templates

rust-azure-pipelines
Collection of azure pipelines templates for rust
Stars: ✭ 43 (-57%)
Mutual labels:  ci, templates
quickstart-docker-git
Boostrap projects with a Dockerfile and a folder structure that works.
Stars: ✭ 47 (-53%)
Mutual labels:  ci, templates
Documentation
Documentation for Codeship CI & CD service
Stars: ✭ 78 (-22%)
Mutual labels:  ci
Kubeformation
Create declarative cluster specifications for your managed Kubernetes vendor (GKE, AKS)
Stars: ✭ 86 (-14%)
Mutual labels:  templates
Eleventy
A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
Stars: ✭ 10,867 (+10767%)
Mutual labels:  templates
Gohci
Go on Hardware CI: 100% free open source CI to run on RPis, macOS and Windows
Stars: ✭ 79 (-21%)
Mutual labels:  ci
P32929.github.io
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc
Stars: ✭ 84 (-16%)
Mutual labels:  templates
Teamcity Dotnet Plugin
TeamCity plugin for .NET Core projects
Stars: ✭ 77 (-23%)
Mutual labels:  ci
Dart Code Metrics
Software analytics tool that helps developers analyse and improve software quality.
Stars: ✭ 96 (-4%)
Mutual labels:  ci
Lightkeeper
Run Lighthouse tests in Pull Requests for multiple URLs with custom budgets
Stars: ✭ 83 (-17%)
Mutual labels:  ci
Xcode Ci
CI iOS/MacOS app via command-line
Stars: ✭ 86 (-14%)
Mutual labels:  ci
Benchpressjs
ultralight javascript templating framework
Stars: ✭ 82 (-18%)
Mutual labels:  templates
Php Backslasher
[Git hook] Tool to add all PHP internal functions and constants to its namespace by adding backslash to them.
Stars: ✭ 79 (-21%)
Mutual labels:  ci
Microgen
♻️ micro-generator for individual files, easy like sunday morning 🌅
Stars: ✭ 85 (-15%)
Mutual labels:  templates
Gitlab Ci Dashboard
📊 Dashboard for monitoring GitLab CI builds and pipelines for TV
Stars: ✭ 79 (-21%)
Mutual labels:  ci
Lint Diff
💅 Run eslint only in the changed parts of the code
Stars: ✭ 92 (-8%)
Mutual labels:  ci
Setup Msys2
GitHub Action to setup MSYS2 (MSYS, MINGW64 and/or MINGW32)
Stars: ✭ 78 (-22%)
Mutual labels:  ci
Docker Builder
Docker builder builds Docker images from a friendly config file.
Stars: ✭ 81 (-19%)
Mutual labels:  ci
Leeroyci
Leeroy is a self hosted, continuous integration and build service
Stars: ✭ 84 (-16%)
Mutual labels:  ci
Rain
🌧️ A live example to illustrate python packaging, testing, building, & deploying
Stars: ✭ 99 (-1%)
Mutual labels:  ci

YAML Configuration Template

the yaml tempaltes can be used for docker setup

  • Hello World: list per-installed environments and say hello from docker image 'hello world'
  • Maven: git clone spring demo project and run maven unit test, package
  • Golang: to run go lint, test, and upload test coverage report
  • Golang-Parallel: to run go lint, test, and upload test coverage report in parallel
  • Npm: to run npm install, lint, test and upload test coverage report
  • Ruby: bundle install, rubocop and test
  • PHP: composer install, run phpunit and upload coverage report
  • Android-Gradle: build android project with gradle
  • .NetCore: build .netcore porject with powershell, run from windows Agent
  • .NetCore-Docker: build .netcore porject within docker
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].