This commit is contained in:
fasiondog 2018-09-13 20:48:51 +08:00
parent 558b239871
commit 1daf483053
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -16,8 +16,10 @@
.project
.pyproject
.vscode
.vs
release.x64.version.h
release.x86.version.h
hikyuu.code-workspace
/hikyuu
/install
/build

View File

@ -7,8 +7,8 @@ compiler:
- gcc
before_install:
- sudo apt-get install -y libhdf5-dev
- sudo apt-get install -y libmysqlclient-dev
- sudo apt-get install -y libhdf5-dev libhdf5-serial-dev
- sudo apt-get install -y libmysqlclient-dev libmysqlclient20
- git clone --branch=dev https://github.com/tboox/xmake.git tboox/xmake --depth 1
- cd ./tboox/xmake
- ./scripts/get.sh __local__