Skip to content

Commit da9f8b6

Browse files
committed
test
1 parent f4319e4 commit da9f8b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
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

7979
install:

0 commit comments

Comments
 (0)