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