File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ language: node_js
22node_js :
33 - " node"
44 - " 14"
5+ - " 13"
56 - " 12"
6-
7+
78env :
89 - if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then
910 CLANG_VERSION="export CC=gcc-7 && export CXX=g++-7";
1213 else
1314 GCC_VERSION="export CC=gcc-7 && export CXX=g++-7";
1415 fi
15-
16- os :
16+
17+ os :
1718 - linux
1819 - osx
1920 - windows
20-
21+
2122addons :
2223 apt :
2324 sources :
@@ -26,7 +27,7 @@ addons:
2627 - g++-7
2728 - libhdf5-dev
2829 - cmake
29-
30+
3031osx_image : xcode8
3132
3233before_install :
@@ -57,7 +58,7 @@ before_install:
5758 ls `pwd`/hdf5-1.12.0/dist;
5859 export HDF5_HOME_WIN=`pwd`/hdf5-1.12.0/dist;
5960 fi
60-
61+
6162install :
6263 - if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then
6364 echo ${HDF5_HOME};
@@ -75,7 +76,7 @@ before-scripte:
7576 - export PATH=`pwd`/node_modules/.bin:${PATH}
7677 - export LD_LIBRARY_PATH=`pwd`/hdf5-1.10.2/dist/lib:${LD_LIBRARY_PATH}
7778 - export DYLD_LIBRARY_PATH=`pwd`/hdf5-1.10.2/dist/lib:${DYLD_LIBRARY_PATH}
78-
79+
7980script :
8081 - export PATH=`pwd`/node_modules/.bin:${PATH}
8182 - export LD_LIBRARY_PATH=`pwd`/hdf5-1.10.2/dist/lib:${LD_LIBRARY_PATH}
You can’t perform that action at this time.
0 commit comments