Skip to content

Commit

Permalink
Disable CircleCI build for now
Browse files Browse the repository at this point in the history
Configure CircleCI so that is disabled until we are able to get
something that we can test using that CI.
  • Loading branch information
jakirkham committed Jul 18, 2018
1 parent 61593ed commit 6a66f6e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2

jobs:
build:
working_directory: ~/test
machine: true
branches:
ignore:
- /.*/
steps:
- run:
command: exit 0

workflows:
version: 2
build_and_test:
jobs:
- build:
filters:
branches:
ignore:
- /.*/

0 comments on commit 6a66f6e

Please sign in to comment.