Skip to content

Commit b557ad0

Browse files
committed
build: debug AppVeyor paths
1 parent e4c8a36 commit b557ad0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ before_test:
2323
- SET PATH=%MYSQL_PATH%\bin;%PATH%
2424
- echo %MYSQL_PATH%
2525
- echo %PATH%
26-
- DIR %MYSQL_PATH%\bin
26+
- DIR "C:\Program Files"
27+
- DIR "C:\Program Files (x86)"
28+
- DIR "%MYSQL_PATH%"
29+
- DIR "%MYSQL_PATH%\bin"
2730
- mysqladmin --host=%MYSQL_HOST% --user=%MYSQL_USER% --password=%MYSQL_PASSWORD% create %MYSQL_DATABASE%
2831

2932
test_script:

0 commit comments

Comments
 (0)