dev
yml 11 lines 261 Bytes
Raw
1 version: '3.6'
2
3 services:
4 build_deps:
5 image: build_monero_deps
6 environment:
7 MONERO_BRANCH: release-v0.18.2.2-android
8 volumes:
9 - ./output:/opt/android/output
10 - ./cache/dotcache:/root/.cache
11 - ./cache/dotccache:/root/.ccache