summaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2021-02-08Run tests on AArch64 using Debian multiarch and QEMUSaleem Rashid
2021-02-08Revert "Run tests on AArch64"Saleem Rashid
2021-02-04Run tests on AArch64Corey Farwell
2020-12-26ci: Move the remaining CI tasks (updating the book) to GitHub actions.Emilio Cobos Álvarez
2020-12-26ci: Switch most CI to GitHub actions.Emilio Cobos Álvarez
2020-08-18Bump MSRV to 1.40.0Kyle Mayes
2020-08-03ci: Remove extraneous variable declarationDarren Kulp
2020-08-03ci: Explicitly select Ubuntu 16.04 (xenial)Darren Kulp
2020-08-03ci: Remove overrides for unsupported LLVM versionsDarren Kulp
2020-08-03ci: Use llvm-5.0.1 to simplify target tripleDarren Kulp
2020-07-27Refactor before_install scriptDarren Kulp
2020-06-15ci: always try to find a nightly toolchain with rustfmt.Emilio Cobos Álvarez
2020-04-26Readme/CI: mention and test the MSRVDenis Lisov
2019-11-25Move warnings check on the CILuca Barbato
2019-10-21Test the runtime feature and the non-static linking.Emilio Cobos Álvarez
2019-10-14Enforce rustfmt on automation.Emilio Cobos Álvarez
2019-10-14Add llvm 9.0 to CI.Emilio Cobos Álvarez
2019-09-17Improve the script to enforce rustfmt on automation.Emilio Cobos Álvarez
2019-09-17Add rustfmt to nightly toolchainRyan Lopopolo
2019-09-17Set RUSTFMT for nofeatures testsRyan Lopopolo
2019-09-17lint ci/script.shRyan Lopopolo
2019-09-17Test bindgen with no default featuresRyan Lopopolo
2019-07-26Fix rustfmt installation to be via rustup.Emilio Cobos Álvarez
2019-05-21Update LinksAlex Touchet
2018-09-08Update mdbook.Emilio Cobos Álvarez
2018-04-03Add -x to the CI script.Emilio Cobos Álvarez
2018-04-03Use clang 4.0.0, not 4.0.1, since the later doesn't have an ubuntu package.Emilio Cobos Álvarez
2018-04-03ci: Update before_install to handle target change in LLVM's server.Emilio Cobos Álvarez
2017-12-05quickchecking CI testsShea Newton
2017-11-29Address requested changes to quickchecking crate.Shea Newton
2017-09-07Explicitly install the latest rustfmt in CINick Fitzgerald
2017-08-10Run many parallel CI jobsNick Fitzgerald
2017-08-09ci: Cache LLVM builds.Emilio Cobos Álvarez
2017-08-04Compile test expectations and run their unit tests in CINick Fitzgerald
2017-07-26Merge pull request #846 from UK992/appveyorNick Fitzgerald
2017-07-26Setup AppveyorUK992
2017-07-25s/servo/rust-lang-nursery/ \o/Nick Fitzgerald
2017-07-18Speed up CI runs by only `cargo check`ing for docsNick Fitzgerald
2017-07-06Disallow system header file includes in our test suiteNick Fitzgerald
2017-07-04Pin the mdbook version for CI.Emilio Cobos Álvarez
2017-05-18Run tests with RUST_BACKTRACE=1Nick Fitzgerald
2017-04-26Add the `bindgen` Users GuideNick Fitzgerald
2017-04-07Define extra assertion macrosNick Fitzgerald
2017-04-06Clean up testing-only cargo featuresNick Fitzgerald
2017-03-16Run tests with more versions of libclangNick Fitzgerald
2017-02-03Assert that code is properly `rustfmt`ed in CINick Fitzgerald
2017-02-02Re-enable OSX builds on Travis CIEmilio Cobos Álvarez
2016-11-11Disable OSX builds on Travis CINick Fitzgerald
2016-11-04Rework CI and add macOS buildsKyle Mayes