summaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
blob: 97c3f7bbb8f3af4537b3c48e716c34030cd1758f (plain)
1
2
3
4
5
6
7
8
version: 2
jobs:
  build:
    docker:
      - image: ubuntu
    steps:
      - checkout