Francesco Borzì
1e2ebb3fe1
fix(CI/macos): reduce cache size ( #3427 )
...
Prevent macOS to take too much space (we are limited to 5GB in total)
2020-09-04 00:08:07 +02:00
Francesco Borzì
c6b2b4c392
chore(CI): solve ( #3322 )
...
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-09-03 12:47:04 +02:00
Francesco Borzì
e06dd5b156
feat(CI/Linux): use compression in ccache ( #3425 )
2020-09-02 22:06:11 +02:00
Francesco Borzì
f11ddc6575
fix(CI/macOS): ccache issue ( #3389 )
...
* fix(CI/macOS): ccache issue
* Update ci-compile.sh
* Update ci-compile.sh
* chore: set cache limit to 5G
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-31 17:50:30 +02:00
Francesco Borzì
2ad98c573a
feat(CI): add macOS to our CI ( #3321 )
...
Co-Authored-By: Meerd <meerd@users.noreply.github.com >
2020-08-21 12:19:02 +02:00
Petric
07c9debb0d
fix(CI): Made test run in relative path ( #3319 )
2020-08-19 23:28:45 +02:00
Francesco Borzì
2bc832efe3
fix(CI/Core/ArenaSpectator): clang warnings + prevent new warnings ( #3317 )
...
Co-authored by @meerd
2020-08-19 19:44:07 +02:00
Francesco Borzì
1854a3a376
feat(CI): add Ubuntu 18.04 to the CI ( #3311 )
2020-08-18 16:36:16 +02:00
Francesco Borzì
c2b40b126d
feature(testing-automation): unit tests with Google Framework ( #3273 )
2020-08-15 22:34:45 +02:00
Yehonal
cdb499969d
chore: Removed unwanted submodule
2020-08-06 03:24:28 +02:00
Yehonal
ad6ad094de
feat(bash): support for derivated distro + refactor conf ( #3259 )
...
* feat(bash): support for derivated distro
* refactor: refactoring for dist files
2020-08-06 02:37:14 +02:00
Francesco Borzì
c208a1219b
feat(CI): update clang-7 to clang-9, add clang-10 build ( #3107 )
2020-06-03 18:41:02 +02:00
Yehonal
dca02598ba
fix(bash): joiner tool has been moved ( #3038 )
...
joiner tool has been moved has been moved under azerothcore organization.
I've fixed the url and the path
So it's now available here:
https://www.azerothcore.org/joiner/ , repo: https://github.com/azerothcore/joiner
2020-05-16 16:56:37 +02:00
Rochet2
1397971943
feat(CI): migrate from Travis to GitHub Actions ( #2887 )
...
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com >
2020-04-19 17:33:13 +02:00
aleigood
d22251bcab
fix(DB/creature): Add waypoint for Morin Cloudstalker ( #2837 )
2020-04-04 17:50:24 +02:00
Barbz
ea709de58b
fix(app/db_assembler): Allow recursion with bash ( #2731 )
...
- Before that commit, the recursion with "**" stopped after the first directory
2020-03-31 23:34:20 +02:00
Barbz
2eeab4c72b
fix(apps): Script for default git commit template returns output ( #2642 )
...
- Before that, it didn't return anything and could confuse people
2020-03-08 18:21:18 +01:00
Stoabrogga
64aa475d0f
fix(CI): Enable Travis modules check ( #2483 )
2019-12-03 07:58:31 +01:00
Francesco Borzì
4e7e98b542
feat(CI): add docker to travis build ( #2347 )
2019-10-14 07:50:25 +02:00
Francesco Borzì
e4a3282d2a
fix(bash): update the data files version ( #2235 )
2019-08-25 13:18:11 +02:00
Francesco Borzì
f031d418e3
feat(CI/Travis): use Ubuntu 18.04 + update min clang version ( #2232 )
2019-08-25 10:22:11 +02:00
Yehonal
34184d4afe
Updated client data downloader url with vmaps 4.3
2019-08-05 17:07:35 +02:00
Barbz
b72b4a45bc
chore(git): Add a commit template & introduce new guidelines ( #1044 )
...
* chore(git): Add a commit template & introduce new guidelines
Introduce new guidelines for commit titles and descriptions:
- More useful and unique commit titles
- Useful descriptions
- Maybe the use of automated changelogs in the future (see link)
https://www.conventionalcommits.org/en/v1.0.0-beta.2/
* chore(git): Improve title examples
* Update .git_commit_template.txt
2019-04-10 10:49:44 -04:00
Stoabrogga
68c89e8af9
fix(CI): fix paths for dry-run check ( #1697 )
2019-04-08 10:04:34 +02:00
Stoabrogga
2014610723
feat(CI): Travis check modules ( #1663 )
2019-04-06 23:13:30 +02:00
Stoabrogga
e2f196580e
feat(CI): improve Travis build time ( #1573 )
...
* feat(CI): improve Travis build time
2019-03-16 17:25:51 +03:00
Stoabrogga
845a3b65db
feat(CI): add commit hashes to the automatic SQL import ( #1516 )
2019-02-25 11:30:43 +01:00
Stoabrogga
2fc6528a22
feat(CI): dynamically calculate thread count for build process ( #1510 )
...
Dynamically calculate the thread count for the build process by reading `/proc/cpuinfo` in order to be more independent from the environment.
2019-02-22 17:27:57 +01:00
Stoabrogga
b434f24611
fix(CI): break on errors in CI scripts ( #1504 )
...
- break on errors by adding `set -e` to the CI scripts
- increase build timeout to 2700 seconds (45 minutes)
2019-02-20 10:49:05 +01:00
Stoabrogga
e1c3433afc
feat(CI): improve Travis configuration ( #1486 )
...
- use random DB names in order to detect statements which address a specific DB
- split compilation and DB check (DB check and dry run only have to run once)
- use separate shell scripts for easier module Travis integration
2019-02-19 16:21:52 +01:00
Francesco Borzì
2bcedc2859
fix(Bash/Exporter): fix path + add prompt to prevent wrong usage ( #1477 )
2019-02-17 10:04:09 +01:00
Francesco Borzì
7b61731958
feat(CI): prevent PRs that cause DB errors to get on master ( #1407 )
2019-02-06 23:55:23 +01:00
Barbz
b41fd95874
chore(db_assembler): Changed var name ( #1091 )
...
- Added a missing "s" to the update suffix because it must match exactly the name of the updates/ directory (we have base, custom and updates)
- Also changed var name in config.sh.dist (edit your config.sh if you use it)
- Removed trailing spaces
2019-01-22 22:43:30 +01:00
Francesco Borzì
81fe5482a1
Fix DB import issues ( #1283 )
...
- Closes #1278
- Closes #1281
2019-01-14 23:11:50 +01:00
Kargatum
8e7fb1a38a
DBAssembler: Fix incorrect apply sql files at import ( #1252 )
2019-01-12 12:53:49 +03:00
root
82ca2bef99
fixed query of previous commit
2018-09-17 14:27:50 +00:00
Yehonal
3bf937d2ea
Fixing db importing with new mysql 5.7 installations
2018-09-17 13:07:59 +00:00
Yehonal
a8e848b054
updated client data downloading url
2018-09-17 12:40:43 +00:00
Barbz
9d2fa9a8c9
db_assembler - Readme
...
Default location of the merged files
2018-09-14 17:50:42 +02:00
Yehonal
564d2e8eb7
[Bash] fixed menu header display
2018-08-24 10:16:24 +02:00
Stoabrogga
c3ecdf751d
add "set -e" also to script "db_assembler.sh"
2018-08-05 15:10:03 +00:00
Stoabrogga
5278e96aca
ignore exit code of 'make clean' as it won't find a Makefile if called as first action (which is the case for "compiler all")
2018-08-05 04:55:47 +00:00
Stoabrogga
287b2010ea
exit compiler script if any statement returns non-zero exit code
2018-08-04 22:50:16 +00:00
Yehonal
8767372ebf
Distro information when install OS deps
2018-07-17 17:27:17 +02:00
Yehonal
114f37801c
Missing unzip dep for client data downloader
2018-07-17 17:27:17 +02:00
Yehonal
3fb937f003
Fixed simple-restarter script
2018-07-17 14:56:13 +00:00
Yehonal
8255f78f8a
Missing curl package in unix os deps
2018-07-17 13:57:55 +02:00
Yehonal
af5256cd5b
Various fixes to acore dashboard
...
+ simple restarter now prevents infinite crash loops
+ client data downloader now uses github releases and fixed downloading path
+ module updating now take care about compatibility version info
+ disabled CONFDIR variable in bash conf file, using BINPATH by default instead
2018-07-17 13:54:23 +02:00
Yehonal
32f215805a
Fixed libssl-dev for latest ubuntu revs on deps installer
2018-07-15 23:44:58 +02:00
Yehonal
afbe059d5a
fixed loop with comp_build() function of compiler
2018-07-15 23:33:22 +02:00