2019-11-21 11:18:54 +01:00
|
|
|
# GitHub actions workflow for MeiliDB
|
|
|
|
|
|
|
|
> **Note:**
|
|
|
|
|
|
|
|
> - We do not use [cache](https://github.com/actions/cache) yet but we could use it to speed up CI
|
|
|
|
|
|
|
|
## Workflow
|
|
|
|
|
|
|
|
- On each pull request, we are triggering `cargo test`.
|
2019-12-10 17:56:24 +01:00
|
|
|
- On each tag, we are building:
|
|
|
|
- the tagged docker image
|
|
|
|
- the binaries for MacOS, Ubuntu, and Windows
|
|
|
|
- the debian package
|
2020-01-08 11:25:18 +01:00
|
|
|
- On each stable release, we are build the latest docker image.
|
2019-12-10 17:56:24 +01:00
|
|
|
|
|
|
|
## Problems
|
|
|
|
|
|
|
|
- We do not test on Windows because we are unable to make it work, there is a disk space problem.
|