Skip to content

Commit

Permalink
(re)add verbose logging to podspec and carthage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Dec 20, 2023
1 parent 8837d59 commit 7c8bd29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,14 @@ function test_podspec {
echo "Gathering CocoaPods installation information..."
run bundle exec pod --version
echo "Linting podspec..."
# Note: remove `--allow-warnings` once old Matcher API has been removed
run bundle exec pod lib lint Nimble.podspec
run bundle exec pod lib lint Nimble.podspec --skip-import-validation --verbose
}

function test_carthage {
echo "Gathering Carthage installation information..."
run carthage version
echo "Verifying that Carthage artifacts build"
run carthage build archive --use-xcframeworks
run carthage build archive --use-xcframeworks --verbose
}

function test_swiftpm {
Expand Down

0 comments on commit 7c8bd29

Please sign in to comment.