summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2020-11-22Handle more precise SFTP error codes (#203)Matteo Bigoi
* Handle more precise SFTP error codes * Allow set-env in macos github action * Bump to 0.9 since the Error interface has changed, hence this is a breaking change
2020-05-25drop nightly rust from CI buildsWez Furlong
The systest tests depend, via the unmaintained syntex crate, on extprim which uses legacy asm! syntax. This commit should make the CI green again, but we may want to consider dropping the systest tests from this repo to avoid more busywork in the future.
2020-01-17macOS: use the set-env command to persist environment variablesYusuke Sasaki
2020-01-17use actions-rs/toolchain for Rust installationYusuke Sasaki
2019-12-08CI: ugh, more problems with implicit shell on GH actions on windowsWez Furlong
2019-12-08CI: update GH actions for recent changes to defaultsWez Furlong
An unspecified shell now defaults to powershell, breaking config that was previously using cmd. This section was just for debugging purposes anyway, so remove it.
2019-10-20GH actions: maybe parameterize the rust toolchainWez Furlong
2019-10-20Add linux build to GH actions CI configWez Furlong
2019-10-20make GH actions run on pushes to master too (fixes up badges)Wez Furlong
2019-09-15Setup CI on macOS using GitHub Actions (#132)Wez Furlong
2019-09-15Set up GitHub Actions CI for Windows (#131)Wez Furlong
This commit builds with the msvc toolchain on 64- and 32-bit versions of windows 2016 and 2019 based images