mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-02 11:58:21 +08:00
travis
This commit is contained in:
parent
178ad8a394
commit
4db6cebdfc
@ -12,15 +12,14 @@ before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y libhdf5-dev libhdf5-serial-dev libmysqlclient-dev; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
python3-config --prefix;
|
||||
#ls /usr/local/opt;
|
||||
ls /usr/local/local/Cellar/python;
|
||||
fi
|
||||
#rm /usr/local/opt/python
|
||||
#ln -s /usr/local/opt/python /usr/local/Cellar/python
|
||||
# ln -s /usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/include/python3.6m /usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/include/python3.6;
|
||||
#ls /usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/include/python3.6;
|
||||
# brew install libiconv mysql-client hdf5;
|
||||
# brew link --overwrite gcc;
|
||||
fi
|
||||
- wget https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2
|
||||
- tar -jxf boost_1_67_0.tar.bz2
|
||||
- cd boost_1_67_0
|
||||
|
Loading…
Reference in New Issue
Block a user