aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-25 14:42:57 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-25 14:42:57 +0200
commitbfc6ed80a8491854443c74c5e1c6d4ca5f4ea09c (patch)
treeaca1a5dce310c2e398257f078239ce9c3615eab5 /docker-compose.yaml
downloadruamel-yaml-clib-code-bfc6ed80a8491854443c74c5e1c6d4ca5f4ea09c.tar.gz
initial extraction
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..a3fc8c9
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,13 @@
+version: '2'
+user-data:
+ author: Anthon van der Neut <a.van.der.neut@ruamel.eu>
+ description: manylinux wheel build container for ruamel.yaml.clib
+ env-defaults:
+ PYDISTBASE: /tmp # for building, normally set by `dv --distbase`
+services:
+ ruamel_yaml_clib_manylinux1:
+ container_name: ruamel_yaml_clib
+ build: .
+ volumes:
+ - ${PYDISTBASE}/ruamel.yaml.clib:/src/dist
+ - .:/src