Skip to content

Commit

Permalink
cleaning up CI fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Sep 10, 2024
1 parent 421e0a9 commit 18d3fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,9 @@ jobs:
- name: Show Build Version
run: xcodebuild -version

# - name: Show Build Settings
# run: xcodebuild -scheme SwiftViz -showBuildSettings

# - name: Show Build SDK
# run: xcodebuild -scheme SwiftViz -showsdks
# xcodebuild

- name: build and test
run: swift test --enable-code-coverage -v

#- name: Xcode iOS build
#run: xcodebuild clean build -scheme SwiftVizScale-Package -destination 'platform=iOS Simulator,OS=15.5,name=iPhone 8' -showBuildTimingSummary

#- name: check against API breaking changes
# run: swift package diagnose-api-breaking-changes 0.5.0

# - name: env review
# run: env

#- name: doc utility build verification
# run: |
# cd utils
# swift build

- name: Prepare Code Coverage
run: xcrun llvm-cov export -format="lcov" .build/debug/CRDTPackageTests.xctest/Contents/MacOS/CRDTPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ Example/.build
Example/CRDTExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/
devcheck
diff.html
.stats/
.vscode/
docs/

0 comments on commit 18d3fea

Please sign in to comment.