Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/workflows/carthage.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build and Test
run: |
xcodebuild test \
-scheme DrX \
-destination 'platform=iOS Simulator,name=iPhone 17 Pro,OS=latest' \
-skipPackagePluginValidation
19 changes: 0 additions & 19 deletions .github/workflows/cocoapods.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/swift.yml

This file was deleted.

1 change: 0 additions & 1 deletion Cartfile

This file was deleted.

3 changes: 0 additions & 3 deletions Cartfile.private

This file was deleted.

3 changes: 0 additions & 3 deletions Cartfile.resolved

This file was deleted.

23 changes: 0 additions & 23 deletions Carthage/Build/iOS/Nimble.framework/Headers/CwlCatchException.h

This file was deleted.

This file was deleted.

Loading
Loading