Skip to content
Snippets Groups Projects
Commit 1cd855a6 authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Add instructions how to launch tests with docker-compose.

parent cb84b16a
No related branches found
No related tags found
No related merge requests found
# Run tests on multiple ghc versions.
#
# Dependencies are cached between runs in the cabal-store-cache volume.
#
# To launch tests:
#
# $ docker-compose up -d
#
# To check on their status:
#
# $ docker-compose ps
#
# To read logs from a build:
#
# $ docker-compose logs binary_binary_ghc842
#
# To cancel or clean up when finished:
#
# $ docker-compose down
# $ docker volume rm cabal-store-cache
#
version: '3' version: '3'
services: services:
binary_ghc843: binary_ghc843:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment