Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/laminas-ci-swoole-builder
Build Swoole and OpenSwoole for the Laminas CI
https://github.com/weierophinney/laminas-ci-swoole-builder
Last synced: 3 days ago
JSON representation
Build Swoole and OpenSwoole for the Laminas CI
- Host: GitHub
- URL: https://github.com/weierophinney/laminas-ci-swoole-builder
- Owner: weierophinney
- Created: 2021-12-01T15:02:05.000Z (about 3 years ago)
- Default Branch: 0.2.x
- Last Pushed: 2023-11-06T14:15:13.000Z (about 1 year ago)
- Last Synced: 2024-11-06T20:49:49.192Z (about 2 months ago)
- Language: Makefile
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Swoole/OpenSwoole for Laminas-CI
This repository contains tools for pre-building the Swoole and OpenSwoole extensions for the [Laminas CI](https://github.com/laminas/laminas-continous-integration-action).
The [Makefile](Makefile) can be used to do the following:
- Build Docker containers for different PHP versions that are ready for building extensions.
- Use the above Docker containers to build and package each of the Swoole and OpenSwoole extensions, for individual PHP versions or for all PHP versions currently supported.## Packages
Packages should be uploaded as release artifacts to tagged releases.
Releases should be tagged each time a new PHP version is added, or a version for Swoole or OpenSwoole is changed.