aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
deleted file mode 100644
index da21bbee..00000000
--- a/docker-compose.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-compile: &defaults
- build: .
- environment:
- RUBY_VERSION:
- OPENSSL_VERSION:
- command: rake compile
-test:
- <<: *defaults
- command: rake compile test OSSL_MDEBUG=1 -- --enable-debug
-debug:
- <<: *defaults
- command: /bin/bash