# flow-templates **Repository Path**: flow_ci/flow-templates ## Basic Information - **Project Name**: flow-templates - **Description**: flow.ci 模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-16 - **Last Updated**: 2021-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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