mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-27 13:01:19 +00:00
Travis: windows build fix
This commit is contained in:
@ -37,9 +37,8 @@ before_install:
|
||||
esac
|
||||
- |-
|
||||
if [ "$TRAVIS_OS_NAME" == "windows" ] ; then
|
||||
where /R . *.msi > msi.txt
|
||||
set /p msipackage < msi.txt
|
||||
msiexec /i %msipackage% /qn ADDLOCAL=ProductFeature,IncludeFeature INSTALLLEVEL=1000
|
||||
msipackage = ${ls ./win/packaging/*.msi}
|
||||
msiexec /i $msipackage /qn ADDLOCAL=ProductFeature,IncludeFeature INSTALLLEVEL=1000
|
||||
else
|
||||
sudo make install
|
||||
export MARIADB_PLUGIN_DIR==`mariadb_config --plugindir`
|
||||
|
Reference in New Issue
Block a user