Skip to content

Commit

Permalink
Skip unit tests in Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Mar 28, 2016
1 parent a4ae7a0 commit 74f1a9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ $CLOC_PATH --by-file --xml --out=cloc.xml "GitUp/Application" "GitUpKit/Componen

##### Run unit tests

pushd "GitUpKit"
rm -rf "$XCODE_SYMROOT"
xcodebuild test -scheme "GitUpKit (OSX)" "SYMROOT=$XCODE_SYMROOT"
popd
# pushd "GitUpKit"
# rm -rf "$XCODE_SYMROOT"
# xcodebuild test -scheme "GitUpKit (OSX)" "SYMROOT=$XCODE_SYMROOT"
# popd

##### Archive and export app

Expand Down

0 comments on commit 74f1a9d

Please sign in to comment.