Skip to content

Commit

Permalink
Oclint examples
Browse files Browse the repository at this point in the history
  • Loading branch information
duartepinto committed Mar 29, 2021
1 parent 3d01567 commit 3025b2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ install:
prerequisites:
.scripts/prerequisites.sh

oclint-examples:
set -o pipefail && \
xcodebuild -scheme ObjcExample -sdk iphonesimulator -workspace VelocidiSDK.xcworkspace COMPILER_INDEX_STORE_ENABLE=NO clean build | xcpretty -r json-compilation-database --output compile_commands.json && \
oclint-json-compilation-database -exclude Pods -exclude build -- -report-type xcode -max-priority-3=15000

oclint:
set -o pipefail && \
xcodebuild -scheme VelocidiSDK -sdk iphonesimulator -workspace VelocidiSDK.xcworkspace COMPILER_INDEX_STORE_ENABLE=NO clean build | xcpretty -r json-compilation-database --output compile_commands.json && \
Expand Down

0 comments on commit 3025b2c

Please sign in to comment.