summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* btrfs-progs: ci: replace inline shell commands with scriptsDavid Sterba2018-02-13
| | | | Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: ci: use helper script for default build commandsDavid Sterba2018-02-13
| | | | | | There's a script for the make command combo, let's use it. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: ci: enable musl build tests in dockerDavid Sterba2018-02-13
| | | | | | | | Enable docker in travis and start build test(s) before our testsuite. Now for musl libc, so we don't accidentally break the build anymore. Issue: #29 Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: ci: change clone depth to 1David Sterba2018-02-08
| | | | | | Check only the top commit of a given branch. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: tests: bump zstd version in CI to 1.3.3David Sterba2018-01-31
| | | | Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: tests: enable check lowmem in travis CIDavid Sterba2018-01-03
| | | | | | | | We missed some regressions because the lowmem mode was not run in the CI tests. This is partially due to the incomplete implementation but we have exceptions for the --repair mode in the tests. Signed-off-by: David Sterba <dsterba@suse.com>
* btrfs-progs: tests: fix path for travis helper scriptDavid Sterba2018-01-03
| | | | | | | | The helper script ./travis-should-run-test has been moved to a directory in 4.13.3 but the path in the config was not updated. This was not caught in the CI environment and the tests did not report a failure. Signed-off-by: David Sterba <dsterba@suse.com>
* 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>