Skip to content

Commit 9ece1f5

Browse files
author
Jacob Rakidzich
committed
llvm
1 parent 27ed3f8 commit 9ece1f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cov.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/sh
2+
brew ls --versions llvm
3+
if [[ $? != 0 ]]; then
4+
brew install llvm
5+
fi
6+
27
BIN_PATH="$(swift build --show-bin-path)"
38
XCTEST_PATH="$(find ${BIN_PATH} -name '*.xctest')"
49

0 commit comments

Comments
 (0)