Refactor to support LTS version

This commit is contained in:
Markus Opolka
2020-01-31 11:20:30 +01:00
parent 2392e89bde
commit fb6bbf1992
19 changed files with 507 additions and 14 deletions

View File

@@ -6,8 +6,8 @@ services:
matrix:
include:
- env: TAG=martialblog/limesurvey-apache
script: cd apache; docker build -q -t $TAG . && cd ..; ./tests/run.sh $TAG
script: cd 3.0/apache; docker build -q -t $TAG . && cd ../..; ./tests/run.sh $TAG
- env: TAG=martialblog/limesurvey-fpm
script: cd fpm; docker build -q -t $TAG . && cd ..; ./tests/run.sh $TAG
script: cd 3.0/fpm; docker build -q -t $TAG . && cd ../..; ./tests/run.sh $TAG
- env: TAG=martialblog/limesurvey-alpine
script: cd fpm; docker build -q -t $TAG . && cd ..; ./tests/run.sh $TAG
script: cd 3.0/fpm; docker build -q -t $TAG . && cd ../..; ./tests/run.sh $TAG