Skip to content

Commit

Permalink
Remove CircleCI config and related Fastlane lanes [SDK-4458] (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Aug 18, 2023
1 parent 5905bb7 commit aa58590
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 195 deletions.
138 changes: 0 additions & 138 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 @@
![SimpleKeychain](https://cdn.auth0.com/website/sdks/banners/simplekeychain-banner.png)

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

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

platform :ios do
before_all do
setup_circle_ci
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
test
end

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

## iOS

### 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 aa58590

Please sign in to comment.