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, 13 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..be63d4a
--- /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: manylinux1 wheel build container for ruamel.yaml
+ env-defaults:
+ PYDISTBASE: /tmp # for building, normally set by `dv --distbase`
+services:
+ yamlmanylinux1:
+ container_name: yamlmanylinux1
+ build: .
+ volumes:
+ - ${PYDISTBASE}/ruamel.yaml:/src/dist
+ - .:/src