Tomas Babej
ea2c4d96b4
tests: Add support for Fedora 29
2019-02-07 08:37:59 -05:00
Tomas Babej
9518cdc1e9
tests: Add testing support for Ubuntu 18.04
2019-02-07 08:37:59 -05:00
Tomas Babej
cf9f6e958c
tests: Add test container for Debian Stable
2019-02-07 08:37:59 -05:00
Tomas Babej
b5cf4ca56e
tests: Change default command of the test containers to end with ./problems
...
This makes sure that non-zero return code is propagated out of the
container.
2019-02-07 08:37:59 -05:00
Tomas Babej
3c4b27608e
test: Add fedora28 and ubuntu1604 dockerfiles
...
These dockerfiles can be used to run taskwarrior's test suite on the
respective platforms using the following commands:
$ cd taskwarrior.git
$ docker build -t test-tw-fedora28 -f test/docker/fedora28 .
$ docker run test-tw-fedora28
For ubuntu, replace fedora28 with ubuntu1604.
2019-02-07 08:37:59 -05:00
Tomas Babej
f95d1d0472
tests: Add CentOS7 CI testing support
2019-01-02 13:24:11 -05:00
Tomas Babej
55ee8c9233
tests: Install libfaketime in all containers
2019-01-01 20:19:52 -05:00
Tomas Babej
f55468d5aa
tests: Use verbose output when running the tests
2019-01-01 15:44:19 -05:00
Tomas Babej
8ae7e1677b
tests: Add Archlinux 2018 platform
2019-01-01 14:25:57 -05:00
Tomas Babej
86c7c84fec
tests: Add OpenSUSE platform
2019-01-01 14:10:23 -05:00
Tomas Babej
dcbefe51bb
tests: Add Debian Testing as a platform
2019-01-01 13:51:47 -05:00
Tomas Babej
a50f442c10
tests: Add gentoo platform
2019-01-01 13:25:07 -05:00
Tomas Babej
eed5a30ecc
tests: Add support for Fedora 29
2019-01-01 12:01:24 -05:00
Tomas Babej
4dbad4c1e2
tests: Add testing support for Ubuntu 18.04
2019-01-01 12:00:19 -05:00
Tomas Babej
a7baa9fef2
tests: Add test container for Debian Stable
2019-01-01 09:34:09 -05:00
Tomas Babej
ac8c6d52fc
tests: Change default command of the test containers to end with ./problems
...
This makes sure that non-zero return code is propagated out of the
container.
2019-01-01 09:33:29 -05:00
Tomas Babej
3e41a4b01f
test: Add fedora28 and ubuntu1604 dockerfiles
...
These dockerfiles can be used to run taskwarrior's test suite on the
respective platforms using the following commands:
$ cd taskwarrior.git
$ docker build -t test-tw-fedora28 -f test/docker/fedora28 .
$ docker run test-tw-fedora28
For ubuntu, replace fedora28 with ubuntu1604.
2019-01-01 08:48:36 -05:00