summaryrefslogtreecommitdiff
path: root/src/codegen/mod.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-08-11 11:56:05 -0500
committerGitHub <noreply@github.com>2017-08-11 11:56:05 -0500
commitfdee9f1c83f8bf7cc554a59c2f66d9cbbb09eda4 (patch)
tree692e5116028327411659e53df2d78421edd3bd25 /src/codegen/mod.rs
parent3d041783c95c619000bfb16b948b1fd1ded7f0b8 (diff)
parent59b85354a7ce44343ef4bcfd7047b9ea0a6719c6 (diff)
Auto merge of #901 - fitzgen:split-up-ci-into-many-jobs, r=emilio
Run many CI jobs in parallel Our CI is performing multiple different jobs: * For every libclang version we support: * With both debug and release profiles: * Generating bindings from our test headers, with and without extra assertions, and asserting there is no diff from the expectations. * Compiling and testing the generated bindings. * Compiling and testing the bindgen-integration crate. * Testing the md book. * Asserting that there aren't any system includes in any of the test headers. * Asserting that all the pub functions have doc comments. We were previously doing these things sequentially for each libclang version. This commit breaks these jobs up explicitly and runs each of them one at a time so that they can each be run in parallel, on different Travis CI machines. r? @emilio
Diffstat (limited to 'src/codegen/mod.rs')
0 files changed, 0 insertions, 0 deletions