aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 910de6d3339c026b52e27b55ef95c860362cc77f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
compile: &defaults
  build: .
  volumes:
    - .:/home/openssl/code:rw
  environment:
    RUBY_VERSION: 2.2.3
    OPENSSL_VERSION:
    LIBRESSL_VERSION:
  command: rake compile
test:
  <<: *defaults
  command: rake test
shell:
  <<: *defaults
  command: irb
debug:
  <<: *defaults
  command: /bin/bash