mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
[12715] Fixed travis reports
This commit is contained in:
parent
7b67ada8e2
commit
d8d7724d46
2 changed files with 3 additions and 3 deletions
|
|
@ -18,10 +18,10 @@ before_install:
|
|||
- sudo apt-get install -qq libbz2-dev libncurses5-dev libmysqlclient-dev libreadline-dev libsdl1.2-dev libssl-dev zlib1g-dev libace-dev
|
||||
|
||||
script:
|
||||
- cd dep/libmpq/
|
||||
- cd dep/stormlib/
|
||||
- ./autogen.sh
|
||||
- ./configure && make
|
||||
- cd ../../contrib/extractor/
|
||||
- cd contrib/extractor/
|
||||
- test -d _build || mkdir _build
|
||||
- cd _build
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=../_install -DCMAKE_BUILD_TYPE=Debug ..
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12714"
|
||||
#define REVISION_NR "12715"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue