mirror of
https://github.com/mlan/docker-kopano.git
synced 2025-05-31 11:42:05 +00:00
15 lines
190 B
YAML
15 lines
190 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
install:
|
|
- make build-all
|
|
|
|
#before_script:
|
|
# - sudo apt-get update -qq
|
|
# - sudo apt-get install -y ldap-utils openssl jq
|
|
|
|
#script:
|
|
# - make test_1
|