mirror of
https://github.com/mlan/docker-kopano.git
synced 2025-05-31 11:42:05 +00:00
10 lines
185 B
YAML
10 lines
185 B
YAML
language: ruby
|
|
os: linux
|
|
dist: bionic
|
|
services: docker
|
|
install: make build-all
|
|
before_script: sudo apt-get install -y ldap-utils openssl jq
|
|
script:
|
|
- make test-pull
|
|
- make test-all
|