aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 4289654c7c647afb18ed85709a23eb74a7791980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
compile: &defaults
  build: .
  environment:
    RUBY_VERSION:
    OPENSSL_VERSION:
    MDEBUG:
  command: rake compile
test:
  <<: *defaults
  command: rake compile test
debug:
  <<: *defaults
  command: /bin/bash