1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

add tests for downloading archive from kopano download server (#311)

* add tests for downloading archive from kopano download server
add some makefile defaults

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* linting

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-12-22 13:31:34 +01:00
committed by GitHub
parent b36093d074
commit f5ff9393ff
4 changed files with 43 additions and 5 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
SHELL := /bin/bash # Use bash syntax
# define some defaults https://tech.davis-hansson.com/p/make/
SHELL := bash
.ONESHELL:
.SHELLFLAGS := -eu -o pipefail -c
.DELETE_ON_ERROR:
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules
docker_repo := zokradonh
# if not run in travis, get docker_login and _pwd from file