aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: da21bbeefc838609d3505f090985aa4141e4a0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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