mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Add support for Fedora 29
This commit is contained in:
parent
4dbad4c1e2
commit
eed5a30ecc
3 changed files with 38 additions and 0 deletions
|
@ -8,6 +8,14 @@ services:
|
|||
security_opt:
|
||||
- label=type:container_runtime_t
|
||||
tty: true
|
||||
test-fedora29:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: test/docker/fedora29
|
||||
network_mode: "host"
|
||||
security_opt:
|
||||
- label=type:container_runtime_t
|
||||
tty: true
|
||||
test-ubuntu1604:
|
||||
build:
|
||||
context: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue