Skip to content

Commit 7069300

Browse files
committed
Start up CI integration
1 parent 58a027b commit 7069300

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
os: osx
2+
language: objective-c
3+
osx_image: xcode8
4+
before_install:
5+
- cp ./cllvm.pc /usr/local/lib/pkgconfig/cllvm.pc
6+
- brew install llvm
7+
script:
8+
- swift build

0 commit comments

Comments
 (0)