From 4f9066ac5381c694cf377acea7fa18d9710d16e9 Mon Sep 17 00:00:00 2001 From: Jeremy Massel <1123407+jkmassel@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:22:21 -0600 Subject: [PATCH 1/4] Remove CircleCI --- .circleci/config.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index b9f2a14dc..000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,33 +0,0 @@ -version: 2.1 - -orbs: - # Using 1.0 of our Orbs means it will use the latest 1.0.x version from https://github.com/wordpress-mobile/circleci-orbs - ios: wordpress-mobile/ios@1.0 - -# YAML anchors for some common/repeated values -x-common-params: - - &xcode-version "12.5.0" - - &podspec "WordPressAuthenticator.podspec" - - &on-tags-only - tags: - only: /.*/ - branches: - ignore: /.*/ - -workflows: - test_and_validate: - jobs: - - ios/test: - name: Test - xcode-version: *xcode-version - workspace: WordPressAuthenticator.xcworkspace - scheme: WordPressAuthenticator - device: iPhone 11 - ios-version: "14.5" - bundle-install: true - pod-install: true - - ios/validate-podspec: - name: Validate Podspec - xcode-version: *xcode-version - podspec-path: *podspec - bundle-install: true From c63504e37229c2155abc9a33cce81226bca8c8cb Mon Sep 17 00:00:00 2001 From: Jeremy Massel <1123407+jkmassel@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:23:02 -0600 Subject: [PATCH 2/4] Align Buildkite step names --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e0b0ba7dd..9a52626ab 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -19,7 +19,7 @@ steps: ################# # Validate Podspec ################# - - label: "🔬 Validating Podspec" + - label: "🔬 Validate Podspec" key: "validate" command: "validate_podspec" env: *common_env From 6a3ba76e35b48173d8224cdc710e0a3b2431b753 Mon Sep 17 00:00:00 2001 From: Jeremy Massel <1123407+jkmassel@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:26:10 -0600 Subject: [PATCH 3/4] Add Build Badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0f7bfeeb..616ed0a8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WordPressAuthenticator-iOS +[![Build status](https://badge.buildkite.com/d3eb293c557df35e56fb2ad405b2af79445d7839fe2a03c382.svg)](https://buildkite.com/wordpress-mobile/wordpress-authenticator-ios) + WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps. This framework encapsulates everything required to display the Authentication UI and perform authentication against WordPress.com and WordPress.org sites. From 3f8b4d5f4f67a479b92f6135e92bf4d792a1271d Mon Sep 17 00:00:00 2001 From: Jeremy Massel <1123407+jkmassel@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:05:11 -0600 Subject: [PATCH 4/4] Remove the status badge --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 616ed0a8b..b0f7bfeeb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # WordPressAuthenticator-iOS -[![Build status](https://badge.buildkite.com/d3eb293c557df35e56fb2ad405b2af79445d7839fe2a03c382.svg)](https://buildkite.com/wordpress-mobile/wordpress-authenticator-ios) - WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps. This framework encapsulates everything required to display the Authentication UI and perform authentication against WordPress.com and WordPress.org sites.