summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-8/+8
2020-09-12This is Hercules v2019.09.22Jesusaves1-8/+8
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-8/+8
2019-07-24Switch most travis build to 2019-07-24 packet versionAndrei Karas1-8/+8
2019-06-26Update max travis build version up to 2019-06-19Andrei Karas1-8/+8
2019-06-01Change max packet version in travis builds to 2019-05-30Andrei Karas1-8/+8
2019-05-05Change max build packet version in travis to 2019-04-18Andrei Karas1-8/+8
2019-04-07Change max build packet version in travis to 2019-03-27Andrei Karas1-8/+8
2019-03-11Change max travis packet version to 2019-03-06Andrei Karas1-8/+8
2019-03-03Add into travis builds with gcc-7 and gcc-8Andrei Karas1-0/+36
2019-03-03Show crash dump in travisAndrei Karas1-0/+11
2019-02-05Update max packet version in travis to 2019-01-23Andrei Karas1-6/+6
2019-01-14Update max packet version in travis to 2019-01-09Andrei Karas1-6/+15
Also add build job with packet version 2013-07-24.
2018-12-12Change max packet version in travis to 2018-12-12.Andrei Karas1-6/+6
2018-11-07Update maximum packet version in .travis.ymlAndrei Karas1-6/+6
2018-10-22Update max packet version in travis to 20181017.Andrei Karas1-6/+6
2018-09-19Add maximum possible packet version into .travis.yml for almost all renewal ↵Andrei Karas1-6/+6
builds.
2017-09-05Allow failures on the clang-4.0 clang-5.0 builds in TravisHaru1-5/+12
Temporary measure until the package is made available again Signed-off-by: Haru <haru@dotalux.com>
2017-08-24add clang-4.0 re and pre-re builds to travisgumi1-0/+18
2017-08-24add clang-5.0 re and pre-re builds to travisgumi1-0/+18
2017-08-16Update travis for ubuntu trustygumi1-5/+6
2017-08-08Check in travis if regenerated hpm code can be compiled.Andrei Karas1-3/+37
Also reduce number of packets to install in travis.
2016-10-02Moved travis.sh to tools/ciHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2016-09-04Revert "Coverity Scan"Haru1-27/+32
This reverts commit 00063d1cdda8fa771f17e378a28eba157a74a962. (this commit was accidentally pushed due to automation failure) Signed-off-by: Haru <haru@dotalux.com>
2016-09-03Coverity ScanHaru1-32/+27
2016-07-03Add into travis configure option --enable-buildbot.Andrei Karas1-8/+8
Also disable all known default warnings if build bot option enabled.
2016-07-03Add gcc 6 into travis.Andrei Karas1-0/+5
2016-07-03Add --enable-Werror into travis.Andrei Karas1-6/+6
2016-06-18Add -fuse-ld=goldAndrei Karas1-2/+2
http://stackoverflow.com/questions/37603238/fsanitize-not-using-gold-linker-in-gcc-6-1
2015-08-17Added sanitizer (gcc-5) to the travis build scriptHaru1-6/+28
- Made possible thanks to Andrei Karas Signed-off-by: Haru <haru@dotalux.com>
2015-08-17Switched to the new, faster, travis build environmentHaru1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2014-11-11Moved validationinterfaces.py call to travis.shHaru1-1/+0
Signed-off-by: Haru <haru@dotalux.com>
2014-11-11Corrected some uninitialized interface functionsHaru1-1/+2
- Detected through the just merged validation tool, special thanks to Andrei Karas. - Added validation tool to the Travis tests. Signed-off-by: Haru <haru@dotalux.com>
2014-05-10Travis improvementsHaru1-4/+13
- Parallelized pre-re and re tests - Added mapserver and script engine tests: this means that travis will detect parse errors in scripts as well as the source now) Signed-off-by: Haru <haru@dotalux.com>
2014-04-17Added version screen to the Travis outputHaru1-2/+2
- This helps identifying the build system as well as to ensure that the produced executables can start without crashing. Signed-off-by: Haru <haru@dotalux.com>
2014-02-23Instead of building only branch 'master', let's build all branches except ↵Shido1-2/+2
'rathena'. Signed-off-by: Shido <the.keikun@gmail.com>
2013-11-03Modified travis to not compile pluginsshennetsind1-2/+2
Thanks to Haruna. Signed-off-by: shennetsind <ind@henn.et>
2013-08-08Enabled Pre-Renewal builds in the CI buildbotHaru1-3/+4
Both Renewal and Pre-Renewal branches will now be built and tested. Signed-off-by: Haru <haru@dotalux.com>
2013-07-31Travis Modification | Follow up e14ab5561a53bc17c9186a22ecd07060772e6dc6shennetsind1-6/+0
Disabled the irc channel notifications; it was mostly spamming with duplicate information from the other bot. Signed-off-by: shennetsind <ind@henn.et>
2013-07-31Follow up e14ab5561a53bc17c9186a22ecd07060772e6dc6shennetsind1-5/+5
Fixed Travis, special thanks to Gepard Signed-off-by: shennetsind <ind@henn.et>
2013-07-29* Added project 'plugin-sample' for Visual Studio 2012;Matheus Macabu1-1/+15
* Few changes to travis build-slave. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-05-18Some type conversion warnings fixed. If this breaks anything create a bug ↵Matheus Macabu1-4/+3
report ASAP and I will revert it gladly. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-03-03Update .travis.ymlMarcelo Liberato1-1/+6
* Since the 'rathena' branch is only used for reference, it's no use building it.
2013-02-24Testing Travisshennetsind1-0/+6
Signed-off-by: shennetsind <ind@henn.et>