Kargatum
ea93a5c1a1
feat(CI/Codestyle): added codestyle check ( #3668 )
2021-01-09 11:59:50 +01:00
Patrick Lewis
0067d45ba4
feat(CI/MacOS): use acore.sh to install deps ( #4003 )
2020-12-22 17:55:58 +00:00
Francesco Borzì
eca17381e1
fix(CI/macOS): remove old openssl removal ( #3998 )
2020-12-17 02:13:17 -08:00
Francesco Borzì
c838b371dd
chore(CMake/Tests): use conventional CMake flag to enable tests ( #3809 )
2020-11-29 19:28:47 +01:00
Patrick Lewis
36d4d22fd4
fix(CI): add workaround for configure os (macos-10.15) ( #3597 )
2020-10-21 10:08:47 +02:00
Francesco Borzì
981ca6cd37
feat(CI/macOS): improve caching level ( #3493 )
2020-09-19 15:46:46 +02:00
Francesco Borzì
56ca87994b
feat(CI): add support for GCC ( #3314 )
...
Co-authored-by: Viste <viste02@gmail.com >
2020-09-17 19:03:05 +02:00
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
Francesco Borzì
c208a1219b
feat(CI): update clang-7 to clang-9, add clang-10 build ( #3107 )
2020-06-03 18:41:02 +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
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ì
f031d418e3
feat(CI/Travis): use Ubuntu 18.04 + update min clang version ( #2232 )
2019-08-25 10:22:11 +02: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
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