https://github.com/flowci/templates
YML templates
https://github.com/flowci/templates
ci templates
Last synced: about 1 year ago
JSON representation
YML templates
- Host: GitHub
- URL: https://github.com/flowci/templates
- Owner: FlowCI
- Created: 2017-10-17T09:36:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T20:49:46.000Z (over 4 years ago)
- Last Synced: 2025-02-14T17:23:01.720Z (over 1 year ago)
- Topics: ci, templates
- Language: HTML
- Homepage:
- Size: 43 KB
- Stars: 103
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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