pandoc/appveyor.yml

14 lines
668 B
YAML
Raw Normal View History

2015-04-26 20:37:37 +02:00
install:
- 'git submodule update --init'
- 'choco install haskellplatform -version 2014.2.0.0 -y'
2015-04-26 23:31:15 +02:00
- 'reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path /t REG_SZ /d "%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
2015-04-26 21:20:53 +02:00
- cabal install --only-dependencies --enable-tests -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3"
2015-04-26 20:37:37 +02:00
build_script:
2015-04-26 21:20:53 +02:00
- 'cabal configure --enable-tests -v2 -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3"'
2015-04-26 20:37:37 +02:00
- 'cabal build'
test_script:
- 'cabal test'