Skip to content

Commit 365544c

Browse files
committed
Configure CircleCI 2
1 parent 6649a15 commit 365544c

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
jobs:
3+
build-and-test:
4+
5+
macos:
6+
xcode: 9.3.1
7+
8+
steps:
9+
- checkout
10+
- run: make clean ci
11+
12+
workflows:
13+
version: 2
14+
build-and-test:
15+
jobs:
16+
- build-and-test
17+

circle.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)