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
75063f04
Commit
75063f04
authored
Jan 08, 2016
by
Andrey Mokhov
Browse files
Use mingw64_shell.bat for running scripts.
See
#110
. [skip ci]
parent
29ce56c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
75063f04
...
...
@@ -3,7 +3,7 @@ clone_folder: "C:\\msys64\\home\\ghc\\shake-build"
install
:
-
cd
-
set MSYSTEM=MINGW64
-
set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\
local\
bin;C:\msys64
\usr\bin
;%PATH%
-
set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;C:\msys64;%PATH%
-
set PATH=%PATH%;C:\Users\appveyor\AppData\Roaming\local\bin\;%APPVEYOR_BUILD_FOLDER%
-
curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
-
7z x stack.zip stack.exe
...
...
@@ -14,7 +14,8 @@ install:
-
bash -lc "mv /home/ghc/tmp/* /home/ghc"
-
cd C:\msys64\home\ghc
-
stack exec -- perl boot
-
bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
-
mingw64_shell.bat "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
# - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
-
ghc --version
-
stack --version
-
alex --version
...
...
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