Skip to content
Snippets Groups Projects
Commit 80e986ba authored by Andrey Mokhov's avatar Andrey Mokhov
Browse files

Reduce verbosity

parent 4b682d2d
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,11 @@ install:
- git init
- git remote add origin git://git.haskell.org/ghc.git
- git pull --recurse-submodules origin master
- git submodule update --init --recursive
- git submodule update --init --recursive --quiet
# Install all Hadrian and GHC build dependencies
- cd hadrian
- stack setup --silent
- stack setup > nul
- stack exec -- pacman -S autoconf automake-wrapper make patch tar --noconfirm
build_script:
......
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