Tests generated mutations of Bitcoin Core pull requests.
This repository contains the code of the worker that runs the mutation jobs of Bitcoin Core pull requests.
The worker executes the following steps:
- Clone the Bitcoin Core repository
- Checkout the pull request branch
- Apply the patch
- Compile Bitcoin Core
- Run the tests
This Docker image is automatically built and deployed to AWS ECR on every push to master
branch.
MIT - Aurรจle Oulรจs