File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,15 @@ configuration:
6767 - release
6868
6969install :
70- # win-iconv
70+ # This is common block for setting up environment.
71+ #
72+ # Various generator environment variables are set.
73+ # OpenSSL directory is set in OPENSSL_ROOT_DIR.
74+ #
75+ # CONFIG_DEBUG and CONFIG_RELEASE are set to either # "." or ".\<CONFIG-NAME>\".
76+ # This allows the usage of CMD substring syntax.
77+ #
78+ # We use 3 generators: Ninja, NMake and Visual Studio projects.
7179 - ps : &setup |
7280 $ENV:WIDTH = $ENV:PLAT.Substring($ENV:PLAT.length - 2)
7381 if ($ENV:VS_VERSION -eq 2013) {
@@ -95,6 +103,7 @@ install:
95103 break
96104 }
97105 }
106+ # win-iconv
98107 - appveyor DownloadFile https://github.com/FreeTDS/win-iconv/archive/%WIN_ICONV_VER%.zip
99108 - 7z x %WIN_ICONV_VER%.zip
100109 - ren win-iconv-%WIN_ICONV_VER% iconv
You can’t perform that action at this time.
0 commit comments