mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-14 02:14:14 +03:00
19 lines
351 B
YAML
19 lines
351 B
YAML
cache:
|
|
- "c:\\sr -> appveyor.yml" #
|
|
|
|
build: off
|
|
|
|
before_test:
|
|
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
|
|
- 7z x stack.zip stack.exe
|
|
|
|
clone_folder: "c:\\project"
|
|
environment:
|
|
global:
|
|
STACK_ROOT: "c:\\sr"
|
|
|
|
test_script:
|
|
- stack setup > nul
|
|
- echo "" | stack --no-terminal build
|
|
- echo "" | stack --no-terminal test
|