We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f26368 commit e7f13c0Copy full SHA for e7f13c0
appveyor.yml
@@ -19,8 +19,7 @@ install:
19
- cpanm -q -n Devel::CheckLib
20
21
build_script:
22
- - type c:\strawberry\c\bin\mysql_config.bat
23
- - perl Makefile.PL --mysql_config=c:\strawberry\c\bin\mysql_config.bat --testuser=root --testpassword=Password12!
+ - perl Makefile.PL --testuser=root --testpassword=Password12! --cflags="-IC:\Program Files\MySQL\MySQL Server 8.0\include" --libs="-LC:\Program Files\MySQL\MySQL Server 8.0\lib -lmysql"
24
25
test_script:
26
- gmake test
0 commit comments