debug travis for mac

This commit is contained in:
fasiondog 2018-09-23 18:56:20 +08:00
parent 67e58822ac
commit f34ccdf478

View File

@ -14,14 +14,15 @@ before_install:
python3-config --prefix; python3-config --prefix;
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; 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; ls /usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/include/python3.6;
brew install libiconv mysql-client hdf5; #brew install libiconv mysql-client hdf5;
brew link --overwrite gcc; #brew link --overwrite gcc;
fi fi
- wget https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2 - 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 - tar -jxf boost_1_67_0.tar.bz2
- cd boost_1_67_0 - cd boost_1_67_0
- ./bootstrap.sh --with-python=python3 - ./bootstrap.sh --with-python=python3
- ./b2 release link=shared --with-date_time --with-filesystem --with-system --with-serialization --with-python --with-test -n - cat project-config.jam
- ./b2 release link=shared --with-python -n #--with-date_time --with-filesystem --with-system --with-serialization --with-test
- ls ./stage/lib - ls ./stage/lib
- cd - cd
- git clone --branch=dev https://github.com/tboox/xmake.git tboox/xmake --depth 1 - git clone --branch=dev https://github.com/tboox/xmake.git tboox/xmake --depth 1