mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
CI/Travis: Compile all branches
Also added master and 4.3.4 build status to the README
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -6,18 +6,16 @@ before_install:
|
||||
- echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
|
||||
- echo "yes" | sudo add-apt-repository ppa:boost-latest/ppa
|
||||
- echo "yes" | sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install build-essential libtool gcc-4.8 g++-4.8 make cmake openssl libssl-dev libmysqlclient15-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev libboost1.55-dev libboost-thread1.55-dev libboost-system1.55-dev libboost-program-options1.55-dev
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get -qq install build-essential libtool gcc-4.8 g++-4.8 make cmake openssl
|
||||
- sudo apt-get -qq libssl-dev libmysqlclient15-dev libmysql++-dev libreadline6-dev zlib1g-dev libbz2-dev
|
||||
- sudo apt-get -qq libboost1.55-dev libboost-thread1.55-dev libboost-system1.55-dev libboost-program-options1.55-dev
|
||||
|
||||
script:
|
||||
- mkdir bin
|
||||
- cd bin
|
||||
- cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=1 -DUSE_COREPCH=0 -DUSE_SCRIPTPCH=0 -DTOOLS=1 -DSCRIPTS=1 -DSERVERS=1 -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
script: make -j 8
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- 4.3.4
|
||||
- make -j 8
|
||||
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#  TrinityCore
|
||||
|
||||
[](https://travis-ci.org/TrinityCore/TrinityCore)
|
||||
[](https://scan.coverity.com/projects/435)
|
||||
[](https://scan.coverity.com/projects/435)
|
||||
`3.3.5`: [](https://travis-ci.org/TrinityCore/TrinityCore)
|
||||
`4.3.4`: [](https://travis-ci.org/TrinityCore/TrinityCore)
|
||||
|
||||
## Introduction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user