aboutsummaryrefslogtreecommitdiff
path: root/.circleci
AgeCommit message (Collapse)Author
2025-05-27CI/Circle: Switch images from ubuntu 22.04 to debian 12 (#31002)Shauren
(cherry picked from commit 3f717efffa86eb789bc63c7606f6922b325d00d4)
2024-04-10CI/CircleCI: Fixed deprecation warningShauren
(cherry picked from commit 9b6a1b9be99accdfb85777a03e57b80e37b5861f)
2024-02-26Docker: Fixed files being missing from circleci built imagesShauren
(cherry picked from commit 907d9f1a79b838b043420f11a9a2122e3fa155c7)
2024-01-14CircleCI: Enable creating docker images for wotlk_classicfunjoker
2022-09-14CI/Cicle: Restore old behavior for docker pushShauren
(cherry picked from commit 470e5686b880a3a5df801dcaa818293d1151953f)
2022-09-14CircleCI: Update to new images (#28243)funjoker
* Tests: Update Catch2 to v2.13.9 (cherry picked from commit 189ea0b1a5e4bbaa88638aee54934d4e540ccb50)
2021-06-25CI/CircleCI: Force ccache directory (#26625)Giacomo Pozzoni
2021-04-25CI/CircleCI: Switch to Ubuntu 21.04 (#26476)Giacomo Pozzoni
2021-03-05Push docker images to DockerHub (#26177)Giacomo Pozzoni
* CI/CircleCI: Push docker images to DockerHub Push docker image to DockerHub is DOCKERHUB_PUSH_IMAGES environmental variable is set to "TRUE". * Build in Release only if pushing the images to dockerhub * Move branch from repository name to tag name * Update docker readme Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2021-01-31CI/CircleCI: Show at the end of the build ccache stats of current buildjackpoz
2021-01-16CI/CircleCI: Expose binaries built on Circle CI as docker images in the ↵Giacomo Pozzoni
Circle CI artifacts (#25832) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2020-10-17CI/CircleCI: Authenticate to DockerHub when pulling the docker image (#25581)Giacomo Pozzoni
For more information see the following links: - https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/ - https://docs.docker.com/docker-hub/download-rate-limit/ - https://circleci.com/docs/2.0/private-images/ Add DOCKERHUB_USERNAME and DOCKERHUB_PASSWORD secrets to CircleCI Environment Variables. DOCKERHUB_PASSWORD can be either the password or an access token.
2020-09-10CI/CircleCI: Attempt using cache from 3.3.5 in PRsGiacomo Pozzoni
2020-07-30CI/CircleCI: Move codestyle and sql checks to their own step (#25175)Giacomo Pozzoni
2020-07-24dep: Add catch2 unit test framework and wire it upCarbenium
To enable the test suite, make sure to configure CMake with -DBUILD_TESTING=1 , since it is disabled by default. The catch2 dependency will be downloaded during configure time. Also add a new target "tests-common", which includes unit tests for the "common" project. To finally run the tests use the "test" target. CircleCI: Run unit tests
2020-05-31CI/CircleCI: Switch to Ubuntu 20.04 and MySQL 8jackpoz
2020-04-05CI/Circle CI: Enforce codestyle checksjackpoz
2020-04-04CI/Circle CI: Prevent conflict with diff branches (#24388)funjoker
2020-02-22CI/Circle CI: Reduce ccache size from 5G to 1GGiacomo Pozzoni
This should speedup Circle CI cache saving and in turn no-pch build
2020-02-20CI/CircleCI: Switch to Ubuntu 19.04Giacomo Pozzoni
2019-07-12CI/CircleCI: Switch to Ubuntu 18.10Giacomo Pozzoni
2019-02-08CI/CircleCI: Change base docker image to custom-built trinitycore onejackpoz
2019-02-03CI/CircleCI: Use ccache for nopchjackpoz
2019-02-03CI/CircleCI: Add parallel no-pch buildjackpoz
2019-01-26Circle CI (#22982)Giacomo Pozzoni
* Build/CI: Add Circle CI * Fix travis