Files
clio/docker/ci/README.md
Sergey Kuznetsov f77186002a ci: Clio docker image (#1509)
Fixes #1051.
2024-07-02 18:04:38 +01:00

558 B

CI image for XRPLF/clio

This image contains an environment to build Clio, check code and documentation. It is used in Clio Github Actions but can also be used to compile Clio locally.

The image is based on Ubuntu 20.04 and contains:

  • clang 16
  • gcc 12.3
  • doxygen 1.10
  • gh 2.40
  • ccache 4.8.3
  • conan
  • and some other useful tools

Conan is set up to build Clio without any additional steps. There are two preset conan profiles: clang and gcc to use corresponding compiler.