Skip to content

Commit 835b0bc

Browse files
Tiny test script to check for compiling on OS X
1 parent 4d0eaf3 commit 835b0bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

check_compile_osx.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
for d in example_*/ ; do
4+
echo "$d"
5+
cd $d
6+
xcodebuild
7+
done

0 commit comments

Comments
 (0)