Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup Windows libc-test build.rs | gnzlbg | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | Use Reqwest backend for Appveyor, not Hyper which is deprecated | Tom Parker-Shemilt | 2018-11-20 | 1 | -2/+2 |
| | |||||
* | test --no-default-features and fix musl builds | gnzlbg | 2018-02-27 | 1 | -0/+1 |
| | |||||
* | Don't cache on appveyor | Alex Crichton | 2017-10-07 | 1 | -4/+0 |
| | |||||
* | Add more fcntl and seal constants for Android/Linux | Bryant Mairs | 2017-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | We now create an additional binary `linux_fcntl` for testing this since there are header conflicts when including all necessary headers. This binary is run on all platforms even though it's empty on all non- Android/non-Linux platforms. Testing has been switched from a custom binary to using a runner-less test (or pair of tests). This means that for local development a simple `cd libc-test && cargo test` will run all the tests. CI has also been updated here to reflect that. | ||||
* | Disable revocation checking temporarily | Alex Crichton | 2017-07-21 | 1 | -0/+1 |
| | |||||
* | Switch to rustup hyper backend temporarily | Alex Crichton | 2017-07-19 | 1 | -0/+5 |
| | |||||
* | Surround rustc download in appveyor-retry | Alex Crichton | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Get CI working again | Alex Crichton | 2017-03-23 | 1 | -1/+1 |
| | | | | A few changes have necessitated some updates on our end | ||||
* | pass --target on appveyor | Alex Crichton | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | Use workspaces in this repo | Alex Crichton | 2016-10-08 | 1 | -0/+4 |
| | | | | Also cache on appveyor to speed up builds. | ||||
* | Use rustup to download the stable channel | Alex Crichton | 2016-08-26 | 1 | -3/+3 |
| | |||||
* | Run CI on all branches | Alex Crichton | 2016-03-11 | 1 | -4/+0 |
| | | | | Only running them against auto-libc unfortunately means that PRs don't run CI. | ||||
* | Add webhooks to travis | Alex Crichton | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | AppVeyor has MSYS2 installed by default now! | Alex Crichton | 2015-10-07 | 1 | -8/+1 |
| | |||||
* | Move to master branch | Alex Crichton | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | AppVeyor only autotest branch | Alex Crichton | 2015-09-18 | 1 | -0/+4 |
| | |||||
* | Switch to ctest crate | Alex Crichton | 2015-09-15 | 1 | -1/+1 |
| | | | | Extracted tests! | ||||
* | Use MSYS2 on appveyor | Alex Crichton | 2015-09-12 | 1 | -2/+12 |
| | |||||
* | Add appveyor config | Alex Crichton | 2015-09-10 | 1 | -0/+18 |