mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
.. | ||
publish-binaries.yml | ||
publish-deb-pkg.yml | ||
publish-docker-latest.yml | ||
publish-docker-tag.yml | ||
README.md | ||
test.yml |
GitHub actions workflow for MeiliDB
Note:
- We do not use cache yet but we could use it to speed up CI
Workflow
- On each pull request, we are triggering
cargo test
. - On each commit on master, we are building the latest docker image.
- On each tag, we are building:
- the tagged docker image
- the binaries for MacOS, Ubuntu, and Windows
- the debian package
Problems
- We do not test on Windows because we are unable to make it work, there is a disk space problem.