mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
16 lines
417 B
YAML
16 lines
417 B
YAML
services:
|
|
clio_develop:
|
|
image: ghcr.io/xrplf/clio-ci:384e79cd32f5f6c0ab9be3a1122ead41c5a7e67d
|
|
volumes:
|
|
- clio_develop_conan_data:/root/.conan2/p
|
|
- clio_develop_ccache:/root/.ccache
|
|
- ../../:/root/clio
|
|
- clio_develop_build:/root/clio/build_docker
|
|
working_dir: /root/clio/build_docker
|
|
tty: true
|
|
|
|
volumes:
|
|
clio_develop_conan_data:
|
|
clio_develop_ccache:
|
|
clio_develop_build:
|