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