Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-27 | CI/Circle: Switch images from ubuntu 22.04 to debian 12 (#31002) | Shauren | |
(cherry picked from commit 3f717efffa86eb789bc63c7606f6922b325d00d4) | |||
2024-04-10 | CI/CircleCI: Fixed deprecation warning | Shauren | |
(cherry picked from commit 9b6a1b9be99accdfb85777a03e57b80e37b5861f) | |||
2024-02-26 | Docker: Fixed files being missing from circleci built images | Shauren | |
(cherry picked from commit 907d9f1a79b838b043420f11a9a2122e3fa155c7) | |||
2024-01-14 | CircleCI: Enable creating docker images for wotlk_classic | funjoker | |
2022-09-14 | CI/Cicle: Restore old behavior for docker push | Shauren | |
(cherry picked from commit 470e5686b880a3a5df801dcaa818293d1151953f) | |||
2022-09-14 | CircleCI: Update to new images (#28243) | funjoker | |
* Tests: Update Catch2 to v2.13.9 (cherry picked from commit 189ea0b1a5e4bbaa88638aee54934d4e540ccb50) | |||
2021-06-25 | CI/CircleCI: Force ccache directory (#26625) | Giacomo Pozzoni | |
2021-04-25 | CI/CircleCI: Switch to Ubuntu 21.04 (#26476) | Giacomo Pozzoni | |
2021-03-05 | Push 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-31 | CI/CircleCI: Show at the end of the build ccache stats of current build | jackpoz | |
2021-01-16 | CI/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-17 | CI/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-10 | CI/CircleCI: Attempt using cache from 3.3.5 in PRs | Giacomo Pozzoni | |
2020-07-30 | CI/CircleCI: Move codestyle and sql checks to their own step (#25175) | Giacomo Pozzoni | |
2020-07-24 | dep: Add catch2 unit test framework and wire it up | Carbenium | |
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-31 | CI/CircleCI: Switch to Ubuntu 20.04 and MySQL 8 | jackpoz | |
2020-04-05 | CI/Circle CI: Enforce codestyle checks | jackpoz | |
2020-04-04 | CI/Circle CI: Prevent conflict with diff branches (#24388) | funjoker | |
2020-02-22 | CI/Circle CI: Reduce ccache size from 5G to 1G | Giacomo Pozzoni | |
This should speedup Circle CI cache saving and in turn no-pch build | |||
2020-02-20 | CI/CircleCI: Switch to Ubuntu 19.04 | Giacomo Pozzoni | |
2019-07-12 | CI/CircleCI: Switch to Ubuntu 18.10 | Giacomo Pozzoni | |
2019-02-08 | CI/CircleCI: Change base docker image to custom-built trinitycore one | jackpoz | |
2019-02-03 | CI/CircleCI: Use ccache for nopch | jackpoz | |
2019-02-03 | CI/CircleCI: Add parallel no-pch build | jackpoz | |
2019-01-26 | Circle CI (#22982) | Giacomo Pozzoni | |
* Build/CI: Add Circle CI * Fix travis |