mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-02 20:08:26 +08:00
travis
This commit is contained in:
parent
4563ddbf7f
commit
8a014659ee
@ -19,11 +19,9 @@ before_install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ls
|
|
||||||
- cd ./build/fasiondog/hikyuu
|
- cd ./build/fasiondog/hikyuu
|
||||||
- export BOOST_ROOT=/home/travis/boost_1_67_0
|
- export BOOST_ROOT=/home/travis/boost_1_67_0
|
||||||
- export BOOST_LIB=/home/travis/boost_1_67_0/stage/lib
|
- export BOOST_LIB=/home/travis/boost_1_67_0/stage/lib
|
||||||
- xmake f --with-unit-test=y --with-demo=y
|
- xmake f --with-unit-test=y --with-demo=y
|
||||||
- xmake hikyuu
|
|
||||||
- xmake r demo
|
- xmake r demo
|
||||||
|
|
@ -9,7 +9,7 @@ set_warnings("all", "error")
|
|||||||
--set_warnings("all")
|
--set_warnings("all")
|
||||||
|
|
||||||
-- set language: C99, c++ standard
|
-- set language: C99, c++ standard
|
||||||
set_languages("C99", "cxx17")
|
set_languages("C99", "cxx11")
|
||||||
|
|
||||||
add_plugindirs("./xmake_plugins")
|
add_plugindirs("./xmake_plugins")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user