diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-05-30 23:45:17 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-09-18 21:13:59 +0200 |
commit | d691604080cc920e7d1d7ad5c98f4e3fae779524 (patch) | |
tree | 56a576fa9350f468c9fcfa7db9f8e2ed8e4ff2df /mkdocs.yml | |
parent | ceb738c59163b47e9c875764c9d3223bbc1eba24 (diff) | |
download | Shaarli-d691604080cc920e7d1d7ad5c98f4e3fae779524.tar.gz Shaarli-d691604080cc920e7d1d7ad5c98f4e3fae779524.tar.zst Shaarli-d691604080cc920e7d1d7ad5c98f4e3fae779524.zip |
docker: add alpine,debian,ubuntu test images
Relates to https://github.com/shaarli/Shaarli/issues/843
Added:
- Makefile target to run commands in a Docker test context
- Docker images to run Shaarli test suites:
- Alpine 3.6
- Debian 8
- Debian 9
- Ubuntu 16.04
- Documentation
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ pages: | |||
45 | - Static analysis: Static-analysis.md | 45 | - Static analysis: Static-analysis.md |
46 | - Theming: Theming.md | 46 | - Theming: Theming.md |
47 | - Unit tests: Unit-tests.md | 47 | - Unit tests: Unit-tests.md |
48 | - Unit tests inside Docker: Unit-tests-Docker.md | ||
48 | - About: | 49 | - About: |
49 | - FAQ: FAQ.md | 50 | - FAQ: FAQ.md |
50 | - Community & Related software: Community-&-Related-software.md | 51 | - Community & Related software: Community-&-Related-software.md |