mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 18:17:46 +00:00
added mysqlcpp to travis
This commit is contained in:
parent
b999a4b7d2
commit
d63137c134
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ before_install:
|
|||
- sudo apt-get update
|
||||
- sudo apt-get install gcc-4.9 g++-4.9 gcc-4.9-multilib g++-4.9-multilib cmake3 -y
|
||||
- sudo apt-get install libboost-dev libboost-all-dev libmysqlclient-dev -y
|
||||
|
||||
- sudo apt-get install libmysqlcppconn-dev -y
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
|
@ -19,4 +19,4 @@ script:
|
|||
- cd build
|
||||
- cmake .. -DSAPPHIRE_BOOST_VER="1.54.0" -DCMAKE_CXX_COMPILER=g++-4.9 -DCMAKE_C_COMPILER=gcc-4.9 && make -j 3
|
||||
- cd ..
|
||||
- bash sql_import.sh
|
||||
- bash sql_import.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue