Skip to content

Commit 94a5c8e

Browse files
committed
add missing directory
1 parent 184dee0 commit 94a5c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test_script:
145145
- set TDS_SKIP_SUCCESS=1
146146
# Add dirs of our just built DLLs to PATH envvar so everything works with older cmake
147147
- echo PATH is %PATH%
148-
- "if %VS_VERSION% lss 2019 set PATH=%CD%\\src\\ctlib%CONFIG_DEBUG:~1,-1%;%CD%\\src\\dblib%CONFIG_DEBUG:~1,-1%;%PATH%"
148+
- "if %VS_VERSION% lss 2019 set PATH=%CD%\\src\\ctlib%CONFIG_DEBUG:~1,-1%;%CD%\\src\\dblib%CONFIG_DEBUG:~1,-1%;%CD%\\src\\apps%CONFIG_DEBUG:~1,-1%;%PATH%"
149149
- echo PATH is %PATH%
150150
# register ODBC driver
151151
- "%WINDIR%\\SysWOW64\\regsvr32 /s src\\odbc\\%CONFIG_DEBUG:~2%tdsodbc.dll || %WINDIR%\\system32\\regsvr32 /s src\\odbc\\%CONFIG_DEBUG:~2%tdsodbc.dll"

0 commit comments

Comments
 (0)