File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ before_install:
7373 wget -q https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.5/bin/hdf5-1.10.5-Std-win10_64-vs15.zip -O hdf5-1.10.5-Std-win10_64-vs15.zip ;
7474 unzip -q hdf5-1.10.5-Std-win10_64-vs15.zip ;
7575 powershell "Start-Process msiexec.exe -Wait -ArgumentList '/I C:\\Users\\travis\\build\\HDF-NI\\hdf5.node\\hdf\\HDF5-1.10.5-win64.msi /quiet'" ;
76- powershell "Set-Variable -Name "HDF5_HOME_WIN" -Value "C:/Program Files /HDF_Group/HDF5/1.10.5"" ;
76+ powershell "Set-Variable -Name "HDF5_HOME_WIN" -Value "C:/Progra~1 /HDF_Group/HDF5/1.10.5"" ;
7777 fi
7878
7979install :
@@ -82,7 +82,7 @@ install:
8282 npm install --longlong_type=LONGLONG53BITS --hdf5_home_mac=${HDF5_HOME_MAC};
8383 elif [[ "$TRAVIS_OS_NAME" == "windows" ]] ; then
8484 echo "Windoes compiler?";
85- npm install --longlong_type=LONGLONG53BITS --hdf5_home_win=" ${HDF5_HOME_WIN}" ;
85+ npm install --longlong_type=LONGLONG53BITS --hdf5_home_win=${HDF5_HOME_WIN};
8686 else
8787 export HDF5_HOME_LINUX=/usr/lib/x86_64-linux-gnu/hdf5/serial;
8888 eval "${GCC_VERSION}" ;
You can’t perform that action at this time.
0 commit comments