mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 19:43:48 +00:00
Update .travis.yml to fix latest integration errors.
Revert to Ubuntu 14.04 LTS
This commit is contained in:
committed by
Ennio Visconti
parent
068ac593cb
commit
96bf8cb0f3
@@ -1,5 +1,6 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty # (14.04)
|
||||||
|
# xenial (16.04) is not supported yet
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
@@ -9,14 +10,14 @@ git:
|
|||||||
depth: 1
|
depth: 1
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq install build-essential libtool make cmake cmake-data openssl
|
- sudo apt-get -y install build-essential libtool make cmake cmake-data openssl
|
||||||
- sudo apt-get -qq install libssl-dev libmysqlclient-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev libace-dev
|
- sudo apt-get -y install libssl-dev libmysqlclient-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev libace-dev
|
||||||
- sudo apt-get -qq install mysql-server
|
|
||||||
- git config user.email "travis@build.bot" && git config user.name "Travis CI"
|
- git config user.email "travis@build.bot" && git config user.name "Travis CI"
|
||||||
- git tag -a -m "Travis build" init
|
- git tag -a -m "Travis build" init
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- mysql -uroot -e 'create database test_mysql;'
|
- mysql -uroot -e 'create database test_mysql;'
|
||||||
|
# bin directory already exists in the repo and therefore is not created here
|
||||||
- cd bin
|
- cd bin
|
||||||
- cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=0 -DUSE_COREPCH=1 -DUSE_SCRIPTPCH=1 -DTOOLS=0 -DSCRIPTS=1 -DSERVERS=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=check_install
|
- cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=0 -DUSE_COREPCH=1 -DUSE_SCRIPTPCH=1 -DTOOLS=0 -DSCRIPTS=1 -DSERVERS=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=check_install
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user