Skip to content

Commit 931bc5c

Browse files
committed
comment adjustment
1 parent 3ed9bd9 commit 931bc5c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

misc/appveyor.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,15 @@ configuration:
6767
- release
6868

6969
install:
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

0 commit comments

Comments
 (0)