From 6bf1c9452025a217614bbeabd907ab6797980fbb Mon Sep 17 00:00:00 2001 From: adamus1red Date: Fri, 22 May 2020 13:20:07 +0100 Subject: [PATCH] add tests for mainline versions --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f965f7..faf9642 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,12 @@ test-alpine: update-dependencies docker build -f Dockerfile.alpine -t jwilder/nginx-proxy:test . test/pytest.sh -test: test-debian test-alpine +test-mainline:update-dependencies + docker build -f Dockerfile.mainline -t jwilder/nginx-proxy:test . + test/pytest.sh + +test-mainline-alpine:update-dependencies + docker build -f Dockerfile.mainline.alpine -t jwilder/nginx-proxy:test . + test/pytest.sh + +test: test-debian test-alpine test-mainline-alpine test-mainline