add tests for mainline versions
This commit is contained in:
parent
7d4a11332a
commit
6bf1c94520
1 changed files with 9 additions and 1 deletions
10
Makefile
10
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
|
||||
|
|
Loading…
Reference in a new issue