aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/docker/docker-compose.yml
blob: 0689ad33000449e8f9e23edc619affba220b5976 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
version: '3'
services:
  test:
    build:
      context: ../..
      dockerfile: test/docker/Dockerfile
      args:
        DISTRO: "${DISTRO:-xenial}"
    environment:
      CI: y