Skip to content

Commit

Permalink
Try circleci with docker (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
timurvafin authored Apr 30, 2019
1 parent 03ff6e7 commit e75bbba
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2.1

jobs:
build:
machine: true
working_directory: ~/repo
steps:
- setup_remote_docker
- checkout

- run:
name: Setup
command: bin/setup

- run:
name: Test
command: bin/ci

0 comments on commit e75bbba

Please sign in to comment.