mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
ea4c3b613a
update changelog Add docker build test on PR |
||
---|---|---|
.. | ||
check-updated-changelog.yml | ||
publish-binaries.yml | ||
publish-deb-brew-pkg.yml | ||
publish-docker-latest.yml | ||
publish-docker-tag.yml | ||
README.md | ||
test.yml |
GitHub Actions Workflow for MeiliSearch
Note:
- We do not use cache yet but we could use it to speed up CI
Workflow
- On each pull request, we trigger
cargo test
. - On each tag, we build:
- the tagged Docker image and publish it to Docker Hub
- the binaries for MacOS, Ubuntu, and Windows
- the Debian package
- On each stable release (
v*.*.*
tag):- we build the
latest
Docker image and publish it to Docker Hub - we publish the binary to Hombrew and Gemfury
- we build the
Problems
- We do not test on Windows because we are unable to make it work, there is a disk space problem.