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
2d333d5f
Commit
2d333d5f
authored
Jan 07, 2016
by
Andrey Mokhov
Browse files
Bring bash quoting back.
See
#110
. [skip ci]
parent
f187ca8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
2d333d5f
...
...
@@ -5,14 +5,14 @@ install:
-
set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
-
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
'
-
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
-
echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
-
set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\
-
git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc\tmp
-
bash -lc
'
mv /home/ghc/tmp/* /home/ghc
'
-
bash -lc
"
mv /home/ghc/tmp/* /home/ghc
"
build_script
:
-
bash -lc
'
cd /home/ghc && ./boot
'
-
bash -lc
'
cd /home/ghc && echo
"
" | ./configure --enable-tarballs-autodownload
'
-
bash -lc
'
cd /home/ghc && ./shake-build/build.bat -j --no-progress
'
-
bash -lc
"
cd /home/ghc && ./boot
"
-
bash -lc
"
cd /home/ghc && echo
\"\
" | ./configure --enable-tarballs-autodownload
"
-
bash -lc
"
cd /home/ghc && ./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