Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
update appveyor script
Browse files Browse the repository at this point in the history
  • Loading branch information
alpmestan committed Mar 22, 2018
1 parent cab4c6d commit 6c29fe2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ install:
- appveyor-retry stack exec -- pacman -S autoconf automake-wrapper make patch python tar --noconfirm

build_script:
# Boot and configure ghc source tree
- cd ..
- python boot && configure --enable-tarballs-autodownload
- cd hadrian

# Build Hadrian and run internal Hadrian tests
- build -c selftest
- build selftest

# Build GHC
- build -j -c --flavour=quickest --no-progress --progress-colour=never --profile=-
- build -j --flavour=quickest --no-progress --progress-colour=never --profile=- stage2

# Test GHC binary
- cd ..
Expand Down

0 comments on commit 6c29fe2

Please sign in to comment.