Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
8c9544ad
Commit
8c9544ad
authored
Jan 08, 2016
by
Andrey Mokhov
Browse files
Run boot & configure via stack exec.
See
#110
. [skip ci]
parent
cd567f71
Changes
1
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
8c9544ad
...
...
@@ -8,17 +8,18 @@ install:
-
curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
-
7z x stack.zip stack.exe
-
bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.3/ghc-7.10.3-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
-
stack exec -- pacman -S --noconfirm gcc binutils p7zip git
-
stack exec -- pacman -S --noconfirm
perl
gcc binutils p7zip git
-
echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
-
git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc\tmp
-
bash -lc "mv /home/ghc/tmp/* /home/ghc"
-
stack exec -- mk/get-win32-tarballs.sh download x86_64
-
cd C:\msys64\home\ghc
-
stack exec -- perl boot
-
stack exec -- configure --enable-tarballs-autodownload
-
ghc --version
-
stack --version
-
alex --version
-
happy --version
build_script
:
-
bash -lc "./boot"
-
bash -lc "echo \"\" | ./configure"
-
cd
-
bash -lc "./shake-build/build.bat -j --no-progress"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment