Skip to content

Commit

Permalink
ci: init cocoapod
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Sep 25, 2023
1 parent aed548b commit eaf050b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
env:
QINIU_TEST_ENV: travis
run: |
rm -rf $HOME/.cocoapods
pod setup --silent
pod install --silent --no-repo-update
xcodebuild test -workspace QiniuSDK.xcworkspace -scheme QiniuSDK_iOS -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 14 Pro' -enableCodeCoverage YES
xcodebuild test -workspace QiniuSDK.xcworkspace -scheme QiniuSDK_Mac -configuration Debug -destination 'platform=macOS,arch=x86_64'
bash <(curl -s https://codecov.io/bash)

0 comments on commit eaf050b

Please sign in to comment.