1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-07-04 23:21:23 +02:00
docker-mailserver/docs/content/contributing/tests.md
2021-06-07 14:58:34 +02:00

334 B

title
Contributing | Tests
  1. Install docker

  2. Execute git submodule update --init --recursive

  3. Install jq

    !!! info "MacOS Specific (needed for tests)"

     ```bash
     brew install coreutils
     # bash >= 4.0 for associative arrays
     brew install bash
     ```
    
  4. Execute make clean all