summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
deleted file mode 100644
index 1b1e6c4..0000000
--- a/docker-compose.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-version: '2'
-user-data:
- author: Anthon van der Neut <a.van.der.neut@ruamel.eu>
- description: manylinux wheel build container for ruamel.yaml
- env-defaults:
- PYDISTBASE: /tmp # for building, normally set by `dv --distbase`
-services:
- ruamel_yaml_manylinux1:
- container_name: ruamel_yaml
- build: .
- volumes:
- - ${PYDISTBASE}/ruamel.yaml:/src/dist
- - .:/src