mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
debug for mac
This commit is contained in:
parent
86efc78bb2
commit
67e58822ac
12
.travis.yml
12
.travis.yml
@ -17,17 +17,17 @@ before_install:
|
||||
brew install libiconv mysql-client hdf5;
|
||||
brew link --overwrite gcc;
|
||||
fi
|
||||
- git clone --branch=dev https://github.com/tboox/xmake.git tboox/xmake --depth 1
|
||||
- cd ./tboox/xmake
|
||||
- ./scripts/get.sh __local__
|
||||
- cd
|
||||
- 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
|
||||
- ./bootstrap.sh --with-python=python3
|
||||
- ./b2 release link=shared --with-date_time --with-filesystem --with-system --with-serialization --with-python --with-test
|
||||
- ./b2 release link=shared --with-date_time --with-filesystem --with-system --with-serialization --with-python --with-test -n
|
||||
- ls ./stage/lib
|
||||
- cd ..
|
||||
- cd
|
||||
- git clone --branch=dev https://github.com/tboox/xmake.git tboox/xmake --depth 1
|
||||
- cd ./tboox/xmake
|
||||
- ./scripts/get.sh __local__
|
||||
- cd
|
||||
|
||||
script:
|
||||
- cd ./build/fasiondog/hikyuu
|
||||
|
Loading…
Reference in New Issue
Block a user