Skip to content

Commit

Permalink
Merge pull request #259 from haskell/remove-redundant-circleci-steps
Browse files Browse the repository at this point in the history
Remove redundant CircleCI steps
  • Loading branch information
lukel97 committed Jul 31, 2020
2 parents 5163c41 + 5dbf153 commit 3dbfa68
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ defaults: &defaults
name: Stack setup
command: stack -j 2 --stack-yaml=${STACK_FILE} setup

- run:
name: Install happy
command: stack --stack-yaml=${STACK_FILE} install happy

- run:
name: Install Hoogle
command: stack -j 1 --stack-yaml=${STACK_FILE} install hoogle

- run:
name: Build (we need the exe for tests)
command: stack -j 1 --stack-yaml=${STACK_FILE} install
Expand All @@ -57,20 +49,10 @@ defaults: &defaults
path: ~/.local/bin
destination: bin

- run:
name: Generate Hoogle database
command: if [ ! -d ~/.hoogle ]; then stack --stack-yaml=${STACK_FILE} exec hoogle generate; fi

- run:
name: Clear cabal-helper cache
command: rm -fr ~/.cache/cabal-helper

- save_cache:
key: stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
paths: &cache_paths
- ~/.stack
- ~/.cache
- ~/.hoogle
- ~/build/.stack-work
- ~/build/ghcide/.stack-work

Expand Down

0 comments on commit 3dbfa68

Please sign in to comment.