Commit Graph

220 Commits

Author SHA1 Message Date
sudlud
7b23439b8f feat(CI): add CI for ubuntu-24.04 (#18909) 2024-05-17 22:56:15 +02:00
sudlud
dfc9abb754 fix(CI): revert ubuntu-22.04 to gcc12 (#18905)
* fix(CI/PCH): revert ubuntu-22.04 to gcc12, add ubuntu-24.04 with gcc14

* also update nopch workflow

* Update core-build-nopch.yml

* Update core-build-pch.yml
2024-05-17 21:00:16 +02:00
Mike Delago
90cef46e6c fix(CI): Don't cache pch builds (#18674) 2024-04-05 12:38:11 -03:00
sudlud
61ee67b95d fix(CI): correct name suffix of PCH jobs (#18632) 2024-03-30 22:16:38 +01:00
Mike Delago
88be6d8150 fix(ci): ensure module build clones modules (#18631) 2024-03-30 13:08:35 +01:00
Mike Delago
4bc373b37f Fix(CI): Don't use PCH on nopch builds (#18627)
gha yaml makes me want to scream
2024-03-29 21:35:30 -04:00
Mike Delago
3ff8de2086 feat(CI): rework core ubuntu build, ubuntu-22 support (#17281)
feat(CI): rework core ubuntu build
2024-03-27 14:58:27 -04:00
Francesco Borzì
7f2ebd253e docs(README): update Authors & Contributors (#18589) 2024-03-25 01:04:52 +01:00
sudlud
ba32dc4b59 fix(Docs): readme: fix broken license links (#18500)
fix(Docs): readme fix broken license links

using same links as azerothcore.org now
2024-03-10 16:51:26 -03:00
sudlud
7fb865ba78 fix(Docs): readme: fix broken link to CODE_OF_CONDUCT.md (#18499)
fix(docs): readme link to CODE_OF_CONDUCT.md
2024-03-10 16:50:58 -03:00
sudlud
8a5b9d551d fix(CI): fix tools_build (#18505)
* fix(CI): fix tools_build

* change something

* revert change - CI please run now
2024-03-10 16:50:39 -03:00
Mike Delago
7ec2585cc8 fix(CI): revert if in job conditionals on docker build (#18147)
Don't use env in step.if
2024-01-10 13:53:45 +01:00
Kitzunu
fdbde0b866 fix(CI): Probably fix vanishing CIs from PRs (#18124)
* Update core-build-nopch.yml

* Update core-build-pch.yml

* Update core-build-nopch.yml
2024-01-08 20:10:25 +01:00
Mike Delago
8b2f411d19 refactor(CI): Squash docker ci into one workflow (#17880)
* refactor(CI): Squash docker ci into one workflow

* fiddle with variable

* use proper dockerfile target
2024-01-08 19:37:05 +01:00
Kitzunu
0be6140061 chore(Docs): Update CONTRIBUTING (#17950) 2023-12-06 20:13:46 +01:00
Kitzunu
123bf37ee7 chore(CI): bump issue labeler version (#17913) 2023-11-30 23:39:10 +01:00
Kitzunu
65e25bd7b9 fix(CI): Maybe baby this will solve our problemos (#17889)
* Because BREW and MAC OSX suck a**

* Update core-build-nopch.yml

* if mac dont fix now. I might just quit

* maybe I can bring this back now :pog:
2023-11-29 08:37:48 -03:00
Kitzunu
e663505b41 chore(docs): update security.md (#17287)
* chore(docs): update security.md

* Update SECURITY.md

* Update SECURITY.md
2023-11-29 08:51:45 +01:00
Kitzunu
4caf6fb5bf chore(docs): bump coc to 2.1 with modificatiosn (#17302)
* chore(docs): Update Code of Conduct to version 2.1

* Update README.md

* Update CODE_OF_CONDUCT.md

* Update CODE_OF_CONDUCT.md
2023-11-28 23:56:54 +01:00
Kitzunu
fb2924a9b3 chore(CI): rename CI to easier determain which is which (#17879)
* chore(CI): rename CI to easier determain which is which

* small change

* Update codestyle.yml

* codestyle checks changes

* test to see if this works

* revert this, just to check that CI works

* Revert "revert this, just to check that CI works"

This reverts commit ad03c6bdd9bb33faf8ee1c8d1571090bd4ced531.

* Update core_modules_build.yml
2023-11-27 23:17:02 +01:00
Kitzunu
5659ac48f3 chore(CI): no cache for core-build-pch.yml (#17873) 2023-11-26 23:22:43 +01:00
Kitzunu
18797430e4 Update core_modules_build.yml (#17872) 2023-11-26 18:45:58 -03:00
Kitzunu
8b9d002e90 fix(Docs): readme update with new CI (#17865) 2023-11-26 17:50:14 +01:00
Kitzunu
4a25ac665d chore(CI): Make some changes (#17861)
* chore(CI): Make some changes. Less CI's maybe better...

* pendingsql

* FORK TEST - TO BE REVERTED

* changes

* test

* fix

* Revert "FORK TEST - TO BE REVERTED"

This reverts commit 875bc281c5a355cce2ddd8015484e256dbc185cf.

* rename workflow

* rename workflow

* rename workflow

* rename workflow

* I argue windows don't need dry runs

* maybe mac wants to be alive. who knows. When do we drop mac support really...?
2023-11-26 17:27:40 +01:00
Mike Delago
ac30d8f6fc fix(CI): Ensure targeted stage for docker is specified in CI (#17545) 2023-10-20 20:39:34 -03:00
Mike Delago
3537f08525 fix(ci): docker build double quotes typo (#17541) 2023-10-19 15:35:56 -04:00
Mike Delago
ed9f359328 fix(CI): Ensure eluna is installed for acore-docker (#17530) 2023-10-18 16:04:42 +02:00
Mike Delago
574a877821 fix(CI): check ref name instead of non-existent step (#17529) 2023-10-18 16:04:34 +02:00
Mike Delago
c4dc20a814 refactor(Docker): remove prod container distinction (#17419)
* refactor(Docker): remove prod containers

* workflows: use buildx

* properly set tags

* comment in Dockerfile

* set docker build context

* minor CI changes

* CI: docker build args shouldnt have quotes

* CI: using matrix and caching is too much work

* CI: I hate yaml

* CI: It was a typo

* CI: extra build removed

* CI: appease the linter

* fixup! CI: appease the linter

* fixup! CI: appease the linter

* apps: docker: remove extraneous files
2023-10-15 17:47:09 +02:00
Kitzunu
05161a9ffe fix(CI): windows (#17423) 2023-10-05 14:20:29 -03:00
Kitzunu
e7d0c75c7e fix(CI): windows build (#17328) 2023-09-23 23:32:35 +02:00
Stefano Borzì
168192b731 fix(CI): cppcheck failure step (#17240)
* feat: add cppcheck for scripts

* fix: cppcheck step failure

* trigger cppcheck build, it should fail

* fix: cppcheck should succeed

* fix: cppcheck
2023-09-21 12:43:57 +02:00
Kitzunu
b378b191a2 chore(CI): revert previous changes to import_pending.yml (#17303)
* chore(CI): revert previous changes to import_pending.yml

* Update import_pending.yml
2023-09-18 22:24:01 +02:00
Kitzunu
63b10f34a6 chore(CI): Hello Github Bot and Update actions version (#17285) 2023-09-17 17:14:04 -03:00
Kitzunu
01dc3fe999 chore(docs): remove reference to BountySource (#17253) 2023-09-15 02:33:07 +02:00
Kitzunu
5d128d38ea chore(CI): Update deps for Windows and Mac builds (#17252)
* chore(CI): Update deps for Windows and Mac builds

* Update windows.sh

* Update windows.sh
2023-09-15 02:32:52 +02:00
Kitzunu
cceafcf580 fix(CI): only run cpp check on AC (#17230) 2023-09-11 01:23:42 -03:00
Kitzunu
2698ed5a26 fix(CI): pending files (#17229) 2023-09-10 09:01:03 -03:00
Mike Delago
2faceea420 fix(CI): rebase instead of unshallow fetch (#17226) 2023-09-10 10:01:57 +02:00
Mike Delago
a5e90d0289 fix(CI): pending sql changelog script's invocation (#17225)
fix deno run command
2023-09-10 02:04:38 +02:00
Mike Delago
c43e1b8c0c refactor(Apps/Dashboard): Remove Deno as a dependency to the dashboard (#16934)
* remove deno as a dependency

* use the ACORE_VERSION env var

* I forgot client-data

* accidentally removed too much

* docker-cmd: extraneous parallel flag

* typo

* remove docker image prune -af

the `docker image prune` removes the containers we just build.

* fetch everything in the beginning
2023-09-10 01:12:47 +02:00
Kitzunu
abfae47cf9 refactor(docs): Clean up readme a bit (#16849)
---------

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
2023-08-19 22:07:27 +02:00
Kitzunu
3deefcb271 chore(Docs): Specify MySQL 8.1 support (#16903) 2023-08-06 21:26:35 +02:00
Kitzunu
0ebb1969cb chore(CI): Update checkout and cache to v3 (#16847) 2023-07-29 16:31:07 +02:00
Kitzunu
c0a17a2a83 fix(CI): Windows build (#16843)
* fix(CI): Windows build

* Update windows_build.yml
2023-07-29 13:40:45 +02:00
Kitzunu
54f122ec74 fix(CI): Windows build (#15879)
* fix(CI): Windows build

* Update windows_build.yml

* Update windows_build.yml
2023-04-08 19:12:19 +02:00
Kitzunu
2b5e469c1b chore(Github): clarify OS in issue themplates (#15765)
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/15734
2023-04-02 10:14:16 -03:00
Stefano Borzì
034b521501 feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
2023-03-05 18:47:18 +01:00
Kitzunu
484cb1d01b chore: Update issue template (#14703) 2023-01-19 00:49:30 +01:00
Kitzunu
4b266d493a fix(build): build-db (#14121)
* fix(build): build-db

* Update build_dbimport.yml
2022-12-11 07:19:10 -03:00