Skip to content

Commit

Permalink
Remove CircleCI config and related Fastlane lanes [SDK-4447] (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 18, 2023
1 parent 9a203b2 commit aafab58
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 217 deletions.
141 changes: 0 additions & 141 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![JWTDecode.swift](https://cdn.auth0.com/website/sdks/banners/jwtdecode-swift-banner.png)

![Version](https://img.shields.io/cocoapods/v/JWTDecode.svg?style=flat)
[![CircleCI](https://img.shields.io/circleci/build/github/auth0/JWTDecode.swift?style=flat)](https://circleci.com/gh/auth0/JWTDecode.swift/tree/master)
![Build Status](https://img.shields.io/github/actions/workflow/status/auth0/JWTDecode.swift/main.yml?style=flat)
[![Coverage Status](https://img.shields.io/codecov/c/github/auth0/JWTDecode.swift/master.svg?style=flat)](https://codecov.io/github/auth0/JWTDecode.swift)
![License](https://img.shields.io/github/license/auth0/JWTDecode.swift.svg?style=flat)

Expand Down
39 changes: 0 additions & 39 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,45 +1,6 @@
default_platform :ios

platform :ios do
before_all do
setup_circle_ci
end

desc 'Run code linter'
lane :lint do
swiftlint(
mode: :lint,
config_file: '.swiftlint.yml',
reporter: 'emoji',
raise_if_swiftlint_error: true
)
end

desc 'Runs all the tests'
lane :test do |options|
scheme = options[:scheme]
device = options[:device]
scan(
scheme: scheme,
device: device,
clean: true,
skip_build: true,
output_types: 'junit'
)
end

desc 'Cocoapods library lint'
lane :pod_lint do
pod_lib_lint(verbose: false, allow_warnings: true, platforms: 'ios,osx,tvos')
end

desc 'Runs all the tests in a CI environment'
lane :ci do
# TODO: Run rest of platforms
lint
test
end

desc 'Tags the release and pushes the Podspec to CocoaPods'
lane :release do
perform_release target: 'JWTDecode-iOS'
Expand Down
32 changes: 0 additions & 32 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,6 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do

## iOS

### ios lint

```sh
[bundle exec] fastlane ios lint
```

Run code linter

### ios test

```sh
[bundle exec] fastlane ios test
```

Runs all the tests

### ios pod_lint

```sh
[bundle exec] fastlane ios pod_lint
```

Cocoapods library lint

### ios ci

```sh
[bundle exec] fastlane ios ci
```

Runs all the tests in a CI environment

### ios release

```sh
Expand Down
4 changes: 0 additions & 4 deletions fastlane/Scanfile

This file was deleted.

0 comments on commit aafab58

Please sign in to comment.