summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* btrfs-progs: tests: add testing image for zstd for btrfs-restoreNick Terrell2017-09-25
| | | | | | | | | | | Adds tests for the new features based on a prebuilt btrfs image with a zstd compressed file. Split from the previous patch. Signed-off-by: Nick Terrell <terrelln@fb.com> [ with some cleanups ] Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: tests: install missing CI packagesDavid Sterba2017-09-08
| | | | Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: tests: build preparation phases out of script sectionDavid Sterba2017-09-08
| | | | | | | The logs of before_install are folded and we don't need to see the details, unlike the test logs. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: tests: pull and build reiserfs lib inside CIDavid Sterba2017-09-08
| | | | | | | | The functionality needed to support reiserfs in convert has been added recently and is not yet available in the CI images, so we'll download and build it there. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: run mkfs tests in CIDavid Sterba2016-12-14
| | | | Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: tests: add more tests to the CI buildDavid Sterba2016-11-23
| | | | | | | | | Run more tests in the travis build environment. The mkfs tests are still left out due to missing capabilities of losetup. Other minor travis adjustments. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: Add travis CI build supportRoman Lebedev2016-11-09
Automated build checks for the devel branch and integration to coverity, using travis.org. Roman's initial .yml version has been adjusted for btrfs-progs needs. Author: Roman Lebedev <lebedev.ri@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>