Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit CI jobs runtime to 30 minutes | Sven-Hendrik Haase | 2021-08-29 | 1 | -0/+1 |
| | |||||
* | Give artifacts unique name | Sven-Hendrik Haase | 2021-08-29 | 1 | -0/+1 |
| | |||||
* | Upload artifacts when building release binaries | Sven-Hendrik Haase | 2021-08-29 | 1 | -0/+5 |
| | | | | We always do this unconditionally so that we can even check out artifacts from PRs. | ||||
* | Run CI on pull_request as well | Sven-Hendrik Haase | 2021-08-29 | 1 | -1/+1 |
| | | | | Turns out we need this as otherwise we'd get no CI at all for pull requests. Who woulda thunk. | ||||
* | Always build all binaries for all targets | Sven-Hendrik Haase | 2021-08-29 | 1 | -0/+174 |
This uses the original workflow we used for publishing the binaries but now we use it as CI as well with an optional publish in case we are in a tag push. |