Commit 83820a0
authored
Automatically trigger a test mypyc build on master commits (#5672)
We want to automatically build mypyc-compiled mypy wheels for mypy master commits.
To do this, we use a separate github repo that has mypy and mypyc as submodules and
which automatically builds wheel images and uploads them as github release artifacts.
Currently, for testing purposes, the target repo is https://github.com/msullivan/travis-testing.
Obviously this will need to be something else later.
The push is done as the `mypy-build-bot` github user, and I configured travis with an API token for that account as the `$WHEELS_PUSH_TOKEN` environment variable.1 parent 8df6adc commit 83820a0
2 files changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments