appveyor.yml - specify full ghc path.
This commit is contained in:
parent
3cd1d568ad
commit
bb8f001015
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ install:
|
|||
- 'choco install haskellplatform -version 2014.2.0.0 -y'
|
||||
- 'SET PATH=%PATH%;"C:\Program Files\Haskell Platform\2014.2.0.0\bin";"C:\Program Files\Haskell Platform\2014.2.0.0\lib\extralibs\bin";"C:\Program Files\Haskell Platform\2014.2.0.0\mingw\bin"'
|
||||
- cabal update
|
||||
- cabal install --only-dependencies --enable-tests
|
||||
- cabal install --only-dependencies --enable-tests -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3"
|
||||
|
||||
build_script:
|
||||
- 'cabal configure --enable-tests -v2'
|
||||
- 'cabal configure --enable-tests -v2 -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3"'
|
||||
- 'cabal build'
|
||||
|
||||
test_script:
|
||||
|
|
Loading…
Add table
Reference in a new issue