mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
tests: Add CentOS7 CI testing support
This commit is contained in:
parent
8f8a04fdb5
commit
d457bca59a
3 changed files with 42 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
version: '3'
|
||||
services:
|
||||
test-centos7:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: test/docker/centos7
|
||||
network_mode: "host"
|
||||
security_opt:
|
||||
- label=type:container_runtime_t
|
||||
tty: true
|
||||
test-fedora28:
|
||||
build:
|
||||
context: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue