Skip to content
Snippets Groups Projects
Commit 53746d7f authored by Jens Nolte's avatar Jens Nolte
Browse files

Update ghcid script to build unoptimized and include debug info

parent 7d2a1550
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ nix develop -c cabal clean
--warnings \
"--command=cabal repl lib:quasar" \
"--test=:! \
cabal test --test-show-details=direct --ghc-option -fdiagnostics-color=always && \
cabal build --ghc-option -fdiagnostics-color=always && \
cabal test --disable-optimisation --enable-debug-info=2 --test-show-details=direct --ghc-option -fdiagnostics-color=always && \
cabal build --disable-optimisation --enable-debug-info=2 --ghc-option -fdiagnostics-color=always && \
zsh -c 'print -P %F{green}Build and tests passed%f' \
"
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