Commit Graph

36 Commits

Author SHA1 Message Date
Yunfan Li
7e8c2d2887 Fix continuous integration workflow 2024-09-12 22:52:49 +08:00
Yunfan Li
1e22c4dc94 Merge branch 'master' into Playerbot 2024-05-26 23:00:39 +08:00
sudlud
77397f0054 fix(CI): bump dependencies for usage of Node.js 20 (#18914) 2024-05-19 10:30:06 +02:00
Yunfan Li
23cf1a3aab Update workflows 2024-03-12 14:50:04 +08:00
Yunfan Li
6d5b402c2c Fix workflows 2024-03-12 13:15:19 +08:00
Yunfan Li
60b624a3ac Fix workflows 2024-03-12 13:10:51 +08: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
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
Kitzunu
63b10f34a6 chore(CI): Hello Github Bot and Update actions version (#17285) 2023-09-17 17:14:04 -03: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
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
Yehonal
e4016823d7 feat(CORE): docker permissions and rework (#13454)
- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31)
- fix ac-tools image
- cleanup unused env
- add  `cap_add: SYS_NICE` to allow setting process high priority
- fix ccache in docker
- allow to switch between root user (default) to acore user in any container
- fix cache of the downloaded client data
- split docker github actions in 2 parts
- versioning mysql images
- performance improvements
2022-11-07 13:20:48 +01:00
Yehonal
171df31196 feat(CORE/bash): implemented acore dashboard for Windows (#13476)
+ implemented acore dashboard for windows
+ integrated acore dashboard for windows in our pipeline
+ implemented dry run for windows build
+ fixed permissions issue for all the operating systems
+ code clean
2022-10-22 15:40:13 +02:00
Patrick Lewis
9fa35180ea fix(CI): pin boost version (#12730)
* fix(CI): pin boost version
2022-08-13 22:31:26 -04:00
Patrick Lewis
6ad764c520 chore(CI): remove ubuntu-18.04 (#12650)
* chore(CI): remove ubuntu-18.04 and add ubuntu-22.04

* update ubuntu.sh

* update

* update

* openssl workaround

* update

* update

* update
2022-08-07 01:05:05 -07:00
Kargatum
94528cd44d feat(Tools/DbImport): implement separated app for importing DB (#11614) 2022-06-09 08:23:38 -03:00
Kargatum
4fbec972a8 refactor(Cmake): add support build selected applications and tools (#11836) 2022-05-31 17:05:39 +07:00
Francesco Borzì
d31d8279ca fix(CI): do not always run mac/windows/docker for C++ changes (#9126) 2021-11-10 21:39:27 +01:00
Francesco Borzì
c519dc5738 fix(CI): re-run builds if label is present (#9114) 2021-11-10 16:31:42 +01:00
Francesco Borzì
f7c9b7de14 fix(CI): do not skip windows/mac/docker on master branch (#8968) 2021-11-05 09:05:37 +01:00
Patrick Lewis
d8ad098372 fix(CI): run-build label (#8966) 2021-11-05 08:59:29 +01:00
Skjalf
f66d0ce345 fix(CI): Don't run builds when PRs are labeled (#8290) 2021-10-05 21:13:14 -03:00
Patrick Lewis
772a168d6f fix(CI): update mysql path for windows build (#7934)
* fix(CI): update mysql version for windows build

* fix(CI): temp change

* fix(CI): update
2021-09-16 18:58:11 -07:00
Patrick Lewis
6be8fa2c73 fix(CI): workflow updates (#6439) 2021-06-20 13:09:42 +02:00
Patrick Lewis
fc10f1a72d fix(CI): limit concurrency group to PR's (#6419) 2021-06-19 14:10:43 +02:00
Patrick Lewis
ec2d155094 feat(CI): limit workflow concurrency (#6332) 2021-06-14 11:05:48 +02:00
Patrick Lewis
28664a2f9b feat(CI): run pr builds on label (#6241) 2021-06-08 22:07:34 -07:00
Kargatum
50adcf2065 feat(Deps/Boost): add boost support (#5676)
* feat(Deps/Boost): add boost support

* 1

* 2

* to 1.74
2021-05-23 13:53:15 +02:00
Patrick Lewis
a32275224d feat(CI): trigger build on pr review (#5645) 2021-05-09 15:21:14 -06:00
Patrick Lewis
53985fc639 Revert "feat(CI): trigger windows build on comment (#5643)" (#5647)
This reverts commit 48a0c72604.
2021-05-05 12:40:29 +02:00
Patrick Lewis
48a0c72604 feat(CI): trigger windows build on comment (#5643) 2021-05-05 10:59:09 +02:00
Patrick Lewis
b71a5b6f94 fix(CI): change on: push to only run on master branch (#5591) 2021-05-02 05:09:42 -07:00
Patrick Lewis
ecb59db050 chore(CI): move windows build to separate workflow (#5405)
* chore(CI): move windows build to separate workflow

* chore(README): add status badge
2021-04-23 13:47:16 -07:00