File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : " {build}"
22image : Visual Studio 2019
3- clone_folder : c:\GOPATH\src\github.com\errata-ai \vale
3+ clone_folder : c:\GOPATH\src\github.com\vale-cli \vale
44environment :
55 GOPATH : c:\GOPATH
66 GOROOT : C:\go
@@ -24,9 +24,11 @@ install:
2424
2525 - choco install xsltproc
2626 # Git on AppVeyor includes a non-functional xsltproc. Remove this.
27- - if exist "%ProgramFiles%\Git\usr\bin\xsltproc.exe" del "%ProgramFiles%\Git\usr\bin\xsltproc.exe"
27+ - if exist "%ProgramFiles%\Git\usr\bin\xsltproc.exe" del
28+ " %ProgramFiles%\G it\usr\b in\xsl tproc.exe"
2829
29- - curl -fsSL -o C:\dita-ot-3.4.zip https://github.com/dita-ot/dita-ot/releases/download/3.4/dita-ot-3.4.zip
30+ - curl -fsSL -o C:\dita-ot-3.4.zip
31+ https://github.com/dita-ot/dita-ot/releases/download/3.4/dita-ot-3.4.zip
3032 - 7z x C:\dita-ot-3.4.zip -y -r -oC:\dita
3133 - set PATH=C:\dita\dita-ot-3.4\bin;%PATH%
3234build_script :
@@ -35,5 +37,6 @@ build_script:
3537 - cmd : C:\msys64\usr\bin\make.exe build os=windows exe=vale.exe
3638test_script :
3739 - cmd : C:\msys64\usr\bin\make.exe test
40+
3841# after_test:
3942# - cmd: make compare
You can’t perform that action at this time.
0 commit comments