File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 CLANG_VERSION="export CC=gcc-7 && export CXX=g++-7";
1111 elif [[ "$TRAVIS_OS_NAME" == "windows" ]] ; then
1212 echo "Windoes compiler?";
13+ HDF5_HOME_WIN="C:/Program Files/HDF_Group/HDF5/1.10.5"
1314 else
1415 GCC_VERSION="export CC=gcc-7 && export CXX=g++-7";
1516 fi
@@ -73,7 +74,6 @@ before_install:
7374 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 ;
7475 unzip -q hdf5-1.10.5-Std-win10_64-vs15.zip ;
7576 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:/Progra~1/HDF_Group/HDF5/1.10.5"" ;
7777 fi
7878
7979install :
You can’t perform that action at this time.
0 commit comments