We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1a24e commit c4c7785Copy full SHA for c4c7785
.travis.yml
@@ -5,7 +5,8 @@ before_script:
5
- sudo easy_install cpp-coveralls
6
7
script:
8
- - ./build.sh
+ - xctool -project genstrings2.xcodeproj -scheme "Static Library" test -arch x86_64 ONLY_ACTIVE_ARCH=NO
9
+ - appledoc -o /tmp .
10
11
after_success:
12
- ./coveralls.rb --extension m --exclude-folder Demo --exclude-folder Test --exclude-folder Externals
build.sh
0 commit comments