Skip to content

Commit

Permalink
Clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Feb 12, 2014
1 parent c9eb7a2 commit 674de99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ task :default => 'test'
private

def run_tests(scheme, sdk)
sh("xcodebuild -workspace AFNetworking.xcworkspace -scheme '#{scheme}' -sdk '#{sdk}' -configuration Release test | xcpretty -c ; exit ${PIPESTATUS[0]}") rescue nil
sh("xcodebuild -workspace AFNetworking.xcworkspace -scheme '#{scheme}' -sdk '#{sdk}' -configuration Release clean test | xcpretty -c ; exit ${PIPESTATUS[0]}") rescue nil
end

def is_mavericks_or_above
Expand Down

0 comments on commit 674de99

Please sign in to comment.