Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/picocms/ci-tools
This repository contains various scripts and tools for Pico's CI process. Pico is a stupidly simple, blazing fast, flat file CMS.
https://github.com/picocms/ci-tools
build-automation continuous-deployment continuous-integration helper-script-tools pico pico-cms picocms release-automation test-automation
Last synced: 19 days ago
JSON representation
This repository contains various scripts and tools for Pico's CI process. Pico is a stupidly simple, blazing fast, flat file CMS.
- Host: GitHub
- URL: https://github.com/picocms/ci-tools
- Owner: picocms
- License: mit
- Created: 2017-11-27T12:48:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T21:16:34.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T18:37:39.890Z (2 months ago)
- Topics: build-automation, continuous-deployment, continuous-integration, helper-script-tools, pico, pico-cms, picocms, release-automation, test-automation
- Language: Shell
- Homepage: http://picocms.org/
- Size: 55.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - ci-tools - This repository contains various scripts and tools for Pico's CI process. Pico is a stupidly simple, blazing fast, flat file CMS. (Shell)
README
Pico CI Tools
=============This repository contains various scripts and tools for Pico's CI process.
Pico is a stupidly simple, blazing fast, flat file CMS. Visit us at https://picocms.org/ for more info.
We use [GitHub Actions](https://github.com/features/actions) to automate the build & release process of Pico - also called [continous integration](https://en.wikipedia.org/wiki/Continuous_integration), or CI. These scripts and tools are used by both Pico's core (i.e. [`picocms/Pico`](https://github.com/picocms/Pico)) and various official Pico plugins. Please refer to the ["Build & Release process" in Pico's main `CONTRIBUTING.md`](https://github.com/picocms/Pico/blob/master/CONTRIBUTING.md) for details about what we're doing here. Besides, you'll also find info about how to contribute there.