mirror of
https://github.com/XRPLF/clio.git
synced 2026-01-13 19:25:26 +00:00
16 lines
417 B
YAML
16 lines
417 B
YAML
services:
|
|
clio_develop:
|
|
image: ghcr.io/xrplf/clio-ci:0e8896ad064a5290c4805318b549df16403ca2d7
|
|
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:
|