Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in CwlCatchException and CwlPreconditionTesting transitively. #1108

Merged
merged 6 commits into from
Dec 20, 2023
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
23 changes: 23 additions & 0 deletions .github/workflows/carthage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Carthage

on:
push:
branches:
- main
tags:
- "*"
pull_request:
branches:
- "*"

jobs:
carthage:
name: Carthage Build
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: ./test carthage
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ Nimble.xcframework.zip
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts
Carthage/Checkouts/**/*.*
Carthage/Checkouts/**/Cart*
Carthage/Checkouts/**/Tests
!Carthage/Checkouts/**/LICENSE.*
!Carthage/Checkouts/**/*.md
!Carthage/Checkouts/**/*.swift
!Carthage/Checkouts/**/*.h
!Carthage/Checkouts/**/*.m
!Carthage/Checkouts/**/*.c
Carthage/Build
Carthage

# Swift Package Manager
#
Expand Down
15 changes: 0 additions & 15 deletions Carthage/Checkouts/CwlCatchException/LICENSE.txt

This file was deleted.

14 changes: 0 additions & 14 deletions Carthage/Checkouts/CwlCatchException/Package.swift

This file was deleted.

18 changes: 0 additions & 18 deletions Carthage/Checkouts/CwlCatchException/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions Carthage/Checkouts/CwlPreconditionTesting/LICENSE.txt

This file was deleted.

27 changes: 0 additions & 27 deletions Carthage/Checkouts/CwlPreconditionTesting/Package.swift

This file was deleted.

59 changes: 0 additions & 59 deletions Carthage/Checkouts/CwlPreconditionTesting/README.md

This file was deleted.

This file was deleted.

Loading
Loading