Skip to content

Remove sample app validation step from CI#214

Merged
emdobrin merged 4 commits intoadobe:stagingfrom
kevinlind:ci-build-app
Sep 2, 2021
Merged

Remove sample app validation step from CI#214
emdobrin merged 4 commits intoadobe:stagingfrom
kevinlind:ci-build-app

Conversation

@kevinlind
Copy link
Copy Markdown
Contributor

Description

Remove sample app validation step from CI. Sample app uses Assurance v3 which currently can only be built with Xcode 12.
Run XCFramework validation step on 'main' and 'staging' branches in CI.
Remove unused ACPCore from AEPCommerceDemoApp Podfile.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@kevinlind kevinlind requested a review from emdobrin September 2, 2021 19:44
Comment on lines -100 to -106
# verify demo app builds
- run:
name: Build Demo App
command: |
if [ "${CIRCLE_BRANCH}" == "main" ]; then
make build-app
fi
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep this code around and comment it out until we get it fixed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it's in source control we have access to the code if needed. I'd prefer to keep it clean and remove the code.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 2, 2021

Codecov Report

Merging #214 (b1c45f3) into staging (74a9812) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           staging     #214   +/-   ##
========================================
  Coverage    94.30%   94.30%           
========================================
  Files           26       26           
  Lines          913      913           
========================================
  Hits           861      861           
  Misses          52       52           

@emdobrin emdobrin merged commit 53ee3df into adobe:staging Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants