This commit is contained in:
fasiondog 2018-09-13 02:26:42 +08:00
parent 4563ddbf7f
commit 8a014659ee
2 changed files with 1 additions and 3 deletions

View File

@ -19,11 +19,9 @@ before_install:
- cd ..
script:
- ls
- cd ./build/fasiondog/hikyuu
- export BOOST_ROOT=/home/travis/boost_1_67_0
- export BOOST_LIB=/home/travis/boost_1_67_0/stage/lib
- xmake f --with-unit-test=y --with-demo=y
- xmake hikyuu
- xmake r demo

View File

@ -9,7 +9,7 @@ set_warnings("all", "error")
--set_warnings("all")
-- set language: C99, c++ standard
set_languages("C99", "cxx17")
set_languages("C99", "cxx11")
add_plugindirs("./xmake_plugins")