circleci: make sure hlint is in the $PATH
This commit is contained in:
committed by
Steve Chávez
parent
aaf62c1c96
commit
97035e0b8b
@@ -83,6 +83,10 @@ jobs:
|
|||||||
stack setup
|
stack setup
|
||||||
rm -rf $(stack path --dist-dir) $(stack path --local-install-root)
|
rm -rf $(stack path --dist-dir) $(stack path --local-install-root)
|
||||||
stack install hlint stylish-haskell
|
stack install hlint stylish-haskell
|
||||||
|
- run:
|
||||||
|
name: Add stack tools to $PATH
|
||||||
|
command: |
|
||||||
|
echo "export PATH=/home/circleci/.local/bin:$PATH" >> $BASH_ENV
|
||||||
- run:
|
- run:
|
||||||
name: build src and tests dependencies
|
name: build src and tests dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Reference in New Issue
Block a user