aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: fa11b12656e4db6a8da6b12042504c87f95249ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
compile: &defaults
  build: .
  volumes:
    - .:/home/openssl/code:rw
  environment:
    RUBY_VERSION:
    OPENSSL_VERSION:
  command: bundle exec rake compile
test:
  <<: *defaults
  command: bundle exec rake test
shell:
  <<: *defaults
  command: bundle exec irb