aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move pre-review PR testing from Travis-CI to TaskclusterSimon Sapin2019-07-011-81/+1
|
* Bump gstreamer in TravisManish Goregaokar2019-05-161-1/+1
|
* Switch servo-deps back to httpsJan Andre Ikenmeyer2019-05-101-1/+1
|
* Install gcc-6 on TravisCI.Josh Matthews2019-04-261-0/+1
|
* Auto merge of #23182 - jdm:xenial, r=jdmbors-servo2019-04-261-4/+5
|\ | | | | | | | | | | | | | | Switch to Xenial for Linux CI. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23182) <!-- Reviewable:end -->
| * Install dev mesa GL utilities package.Josh Matthews2019-04-091-0/+1
| |
| * Use dev LLVM package from xenial apt repo.Josh Matthews2019-04-091-3/+3
| |
| * Switch to Xenial for Linux CI.Josh Matthews2019-04-091-1/+1
| |
* | Force python 2.7 on TravisCI.Josh Matthews2019-04-091-0/+1
|/
* Install virtualenv python module.Josh Matthews2019-04-011-0/+2
|
* add linux samplerGregory Terzian2019-03-291-1/+1
|
* Update GStreamer binaries and setup for TravisFernando Jiménez Moreno2019-03-251-7/+7
|
* Fix test-tidy self testPyfisch2018-11-071-0/+3
| | | | | Install rustup on first Travis job. Only use rustfmt::skip as an outer attribute.
* Consistent servo-deps download URLsJan Andre Ikenmeyer2018-11-061-1/+1
|
* Auto merge of #21594 - gterzian:try_to_fix_travis, r=jdmbors-servo2018-10-101-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Try to fix travis <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #21592 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21594) <!-- Reviewable:end -->
| * do not cache cargo registry and target dir on travisGregory Terzian2018-09-071-0/+2
| |
* | Update gstreamer binaries for Travis. With plugins-base nowFernando Jiménez Moreno2018-09-271-1/+1
|/
* Upgraded to SM 60Alan Jeffrey2018-08-201-0/+6
|
* Auto merge of #20912 - paulrouget:androidv2, r=jdm,mortimergoro,simonsapinbors-servo2018-07-311-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revisit how the Android port works. Fix #20855 Fix #18625 Fix #21147 Before polishing and making sure everything works fine (like the VR code, the android-x86 version, the non-android version of the lib, …), I'd like to get some early feedback on the approach. I recommend reviewing commit by commit. To test, just follow the regular steps: ``` ./mach build -d --android ./mach package --dev --android builds servo.apk ./mach install --dev --android && ./mach run --android ``` --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20912) <!-- Reviewable:end -->
| * new android port: fix android build and testsPaul Rouget2018-07-311-1/+1
| |
* | Remove unneeded libxml2 and gtk deps and change gst binaries urlFernando Jiménez Moreno2018-07-301-3/+1
| |
* | Try gstreamer-rs travis configFernando Jiménez Moreno2018-07-301-1/+10
| |
* | Add deps to travisManish Goregaokar2018-07-301-0/+1
|/
* Check WPT manifest when running test-tidytigercosmos2018-06-191-1/+0
|
* Remove Geckolib CI.Emilio Cobos Álvarez2018-04-281-2/+0
|
* Small key utils refactorDzmitry Malyshau2018-04-191-0/+1
|
* Make gleam optional for compositor, switch various names from glutin to winitDzmitry Malyshau2018-04-181-0/+1
|
* Move the TravisCI test to the quick group.Josh Matthews2018-03-091-1/+1
|
* Run automated test for memory report charter.Josh Matthews2018-03-091-0/+1
|
* Remove FreeGLUTSeo Sanghyeon2018-03-051-1/+0
|
* Remove gecko-media dependencyFernando Jiménez Moreno2018-01-191-13/+0
|
* Disable incremental compilation on CISimon Sapin2018-01-101-0/+1
| | | | | We don’t keep the `target` directory between builds, and incremental cache takes a lot of space.
* Cache rustup toolchains on AppVeyor and Travis-CISimon Sapin2018-01-101-1/+2
|
* Use rustup.rs instead of custom bootstrapSimon Sapin2018-01-101-0/+2
| | | | Fixes #11361, closes #18874
* Deny warnings in rust code globally in CIAneesh Agrawal2018-01-091-5/+7
| | | | | | | | Use the new environment variable support for `buildbot_steps.yml` to do this globally instead of having to patch every call, which is error prone. Set this variable globally in .travis.yml and appveyor.yml as well.
* deny warningstigercosmos2017-12-221-4/+4
|
* Remove compiletest from Travis scriptSimon Sapin2017-11-231-1/+0
| | | This should have been in https://github.com/servo/servo/pull/19338
* Make script depend on gecko-mediaAnthony Ramine2017-11-141-0/+13
| | | | It's not used yet though.
* Set up llvm for osmesa.Josh Matthews2017-10-191-0/+6
|
* Move lockfile check after builds complete.Josh Matthews2017-08-221-1/+1
|
* Move fast checks into earlier Travis task.Josh Matthews2017-08-221-3/+3
|
* Try with enabled `build-geckolib` and `test-stylo`UK9922017-05-091-3/+3
|
* Try to re-enable unit tests on travis-ciUK9922017-05-091-4/+1
|
* Auto merge of #16593 - UK992:clean-cargo-cache, r=wafflespeanutbors-servo2017-05-081-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mach: Add `mach clean-cargo-cache` command <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16593) <!-- Reviewable:end -->
| * Update .travis.ymlUK9922017-05-081-0/+1
| |
* | Make unit tests pass on TravisCI.Josh Matthews2017-05-031-1/+1
|/
* Auto clean old nightlies on TravisUK9922017-04-231-0/+2
|
* style: Smoke-test the dependency tracking logic.Emilio Cobos Álvarez2017-04-131-0/+1
| | | | | MozReview-Commit-ID: J5HWdS1H49s Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
* selectors: Unbust tests, and add a way to override the hash for the bloom ↵Emilio Cobos Álvarez2017-04-081-0/+1
| | | | filter.
* Remove unused packages from travis.ymlUK9922017-02-061-3/+0
|