Browse Source

yml: adding workflow

pull/2/head
Neel Coffin 6 years ago
parent
commit
db36fdeb8f
  1. 9
      .circleci/config.yml

9
.circleci/config.yml

@ -1,4 +1,13 @@
version: 2.1
workflows:
build_and_test:
jobs:
- build
- test:
requires:
- build
jobs:
build: &shared-config
docker:

Loading…
Cancel
Save