1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

No more boost in travis

This commit is contained in:
mordred 2018-10-26 13:28:02 +02:00
parent 8548c070c9
commit 96c2c94e5d
2 changed files with 2 additions and 3 deletions

View file

@ -32,7 +32,6 @@ before_install:
- gem install --no-ri --no-rdoc mtime_cache - gem install --no-ri --no-rdoc mtime_cache
- sudo add-apt-repository -y ppa:rexut/recoil - sudo add-apt-repository -y ppa:rexut/recoil
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y libboost1.63-dev libboost1.63-all-dev
- sudo apt-get install -y libmysqlclient-dev - sudo apt-get install -y libmysqlclient-dev
# Build steps # Build steps
@ -41,6 +40,6 @@ script:
- mtime_cache src/**/*.{%{cpp}} -c .mtime_cache/cache.json - mtime_cache src/**/*.{%{cpp}} -c .mtime_cache/cache.json
- mkdir -p build - mkdir -p build
- cd build - cd build
- cmake .. -DSAPPHIRE_BOOST_VER="1.63.0" && make -j 3 - cmake .. && make -j 3
- cd .. - cd ..
- bash sql_import.sh - bash sql_import.sh

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10.0) cmake_minimum_required(VERSION 3.2.0)
project(Sapphire) project(Sapphire)