appveyor.yml: use regular stack.yaml, not stack.lts11.yaml.
This commit is contained in:
parent
0d9c0b1b5b
commit
0a93d33566
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ test_script:
|
||||||
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
|
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
|
||||||
# descriptor
|
# descriptor
|
||||||
- |
|
- |
|
||||||
%STACK% setup --stack-yaml stack.lts11.yaml > nul
|
%STACK% setup > nul
|
||||||
%STACK% path
|
%STACK% path
|
||||||
echo "" | %STACK% clean
|
echo "" | %STACK% clean
|
||||||
echo "" | %STACK% install --stack-yaml stack.lts11.yaml %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
|
echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS%
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)
|
# .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is)
|
||||||
|
|
Loading…
Reference in a new issue