Add support for GitHub Actions

Closes #159
This commit is contained in:
Matthieu Darbois
2020-03-10 22:45:29 +01:00
committed by mayeut
parent c22d50427c
commit b797430d21
7 changed files with 87 additions and 11 deletions
+13
View File
@@ -65,6 +65,19 @@ AppVeyor will store the built wheels for you - you can access them from the proj
For more info on this config file, check out the [docs](https://www.appveyor.com/docs/).
# GitHub Actions [linux/mac/windows] {: #github-actions}
Using GitHub Actions, you can build all three platforms on the same service. Create a `./github/workflows/build.yml` file in your repo.
> build.yml
```yaml
{% include "../examples/github-minimal.yml" %}
```
Commit this file, enable building of your repo on GitHub Actions, and push.
For more info on this file, check out the [docs](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions).
> ⚠️ Got an error? Check the [FAQ](faq.md).
<script>