An open API service indexing awesome lists of open source software.

https://github.com/flowci/templates

YML templates
https://github.com/flowci/templates

ci templates

Last synced: about 1 year ago
JSON representation

YML templates

Awesome Lists containing this project

README

          

# YAML Configuration Template

the yaml tempaltes can be used for docker setup

- [Hello World](./helloworld.yaml): list per-installed environments and say hello from docker image 'hello world'
- [Maven](./maven.yaml): git clone spring demo project and run maven unit test, package
- [Golang](./golang.yaml): to run go lint, test, and upload test coverage report
- [Golang-Parallel](./golang-parallel.yaml): to run go lint, test, and upload test coverage report in parallel
- [Npm](./npm.yaml): to run npm install, lint, test and upload test coverage report
- [Ruby](./ruby.yaml): bundle install, rubocop and test
- [PHP](./php.yaml): composer install, run phpunit and upload coverage report
- [Android-Gradle](./android.yaml): build android project with gradle
- [.NetCore](./dotnetcore-powershell.yaml): build .netcore porject with powershell, run from windows Agent
- [.NetCore-Docker](./dotnetcore-with-docker.yaml): build .netcore porject within docker