1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 10:17:44 +00:00
This commit is contained in:
amibu01 2017-08-09 15:17:27 +00:00 committed by GitHub
commit a1af369669

View file

@ -1,8 +1,11 @@
language: c++ language: c++
sudo: enabled sudo: enabled
dist: precise
before_install: before_install:
- dpkg --get-selections | grep hold
- sudo apt-get clean -qq
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libboost-all-dev:i368 libmysqlclient-dev:i368 - sudo apt-get install -qq libboost-all-dev:i386 libmysqlclient-dev:i386
compiler: compiler:
- gcc - gcc
@ -21,7 +24,7 @@ install:
# Go to the Root directory # Go to the Root directory
- cd .. - cd ..
# Build steps # Build
script: script:
- mkdir build - mkdir build
- cd build - cd build