summaryrefslogtreecommitdiffstats
path: root/compose.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:47:29 +0000
commitfd0ae3eca1c986a6b97da2fba8934ef44342b3c5 (patch)
treefe18c4c9e56e9a3368b53f0ac4494a9a55cf09ca /compose.yaml
parentReleasing progress-linux version 0.2.8-2~progress7.99u1. (diff)
downloadruamel.yaml.clib-fd0ae3eca1c986a6b97da2fba8934ef44342b3c5.tar.xz
ruamel.yaml.clib-fd0ae3eca1c986a6b97da2fba8934ef44342b3c5.zip
Merging upstream version 0.2.8+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml
new file mode 100644
index 0000000..a3fc8c9
--- /dev/null
+++ b/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