MeiliSearch/.github/workflows
qdequele ea4c3b613a update sentry features to remove openssl
update changelog

Add docker build test on PR
2020-05-25 12:24:10 +02:00
..
README.md Update release process for stable releases 2020-05-12 11:10:55 +02:00
check-updated-changelog.yml Ingores the CHANGELOG when label asks for 2020-04-03 15:06:25 +02:00
publish-binaries.yml Fix the Windows CI by using .exe 2020-05-11 18:19:12 +02:00
publish-deb-brew-pkg.yml Update release process for stable releases 2020-05-12 11:10:55 +02:00
publish-docker-latest.yml Update release process for stable releases 2020-05-12 11:10:55 +02:00
publish-docker-tag.yml Update action workflow for docker tagged image 2019-11-26 18:18:51 +01:00
test.yml update sentry features to remove openssl 2020-05-25 12:24:10 +02:00

README.md

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

Problems

  • We do not test on Windows because we are unable to make it work, there is a disk space problem.