mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[c12541] Add copyright header and some comments to .travis.yml
[ci skip] (based on commit [12392] - 2ca7224) Signed-off-by: DasBlub <DasBlub@gmail.com>
This commit is contained in:
parent
10598c0743
commit
b11887bce8
2 changed files with 21 additions and 1 deletions
20
.travis.yml
20
.travis.yml
|
|
@ -1,5 +1,24 @@
|
|||
#
|
||||
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
language: cpp
|
||||
|
||||
# only run travis on the master branch
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
@ -15,6 +34,7 @@ script:
|
|||
- cmake -DCMAKE_INSTALL_PREFIX=../_install ..
|
||||
- make -j4
|
||||
|
||||
# if this configuration file is not in one of the offical CMaNGOS repositories at http://github.com/cmangos/, PLEASE remove the notifications or point them to another IRC channel!
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12540"
|
||||
#define REVISION_NR "12541"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue