Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-pyshnoi committed Mar 14, 2024
1 parent a75d86c commit 7712f88
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,16 @@ jobs:
- name: Build as static library
run: |
set -o pipefail
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "SDWebImage static" -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c
rm -rf ~/Library/Developer/Xcode/DerivedData/
xcodebuild build -project "${{ env.PROJECT_NAME }}" -scheme "SDWebImage static" -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c &
sleep 300
screencapture test.png
- name: Download a Build Artifact
uses: actions/[email protected]
with:
name: test.png


- name: Build as dynamic frameworks
run: |
set -o pipefail
Expand Down

0 comments on commit 7712f88

Please sign in to comment.