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

Add GitHub action CI builds #583

Merged
merged 23 commits into from
Sep 9, 2023
Merged

Add GitHub action CI builds #583

merged 23 commits into from
Sep 9, 2023

Conversation

JakeShirley
Copy link
Member

@JakeShirley JakeShirley commented Sep 8, 2023

Checklist

  • I have read CONTRIBUTING.md
  • I have described what this PR contains
  • This PR addresses one or more open issues that were assigned to me:
    - No issues for this
  • If this PR alters the UI, I have attached pictures/videos

Pull Request Information

About this Pull Request

This PR adds two new GitHub Action jobs:

  • One that builds with xcodebuild
  • One that tests with xcodebuild

It also disabled the UI tests project from running as it sounds like that is a waste of time and a stubbed out empty project.

Screenshots and Videos

n/a

Additional Context

This PR hard codes a specific device to build and test on in the iOS simulator (iPhone 14) as well as an iOS version string.

These will change over time when GitHub updates their MacOS agents but I added a step which prints available combinations so updating will be easy. These values should be pretty stable (months between changing, not weeks) but we could probably automate the selection somehow with some fancy grep.

@JakeShirley JakeShirley requested a review from a team as a code owner September 8, 2023 05:50
@JakeShirley JakeShirley requested review from WestonHanners and EricBAndrews and removed request for a team September 8, 2023 05:50
@JakeShirley JakeShirley changed the title [Do not integrate] Investigating GitHub action CI builds Add GitHub action CI builds Sep 8, 2023
Copy link
Member

@EricBAndrews EricBAndrews left a comment

Choose a reason for hiding this comment

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

Free!

.github/workflows/ci_build.yml Outdated Show resolved Hide resolved
.github/workflows/ci_build.yml Outdated Show resolved Hide resolved
.github/workflows/ci_build.yml Outdated Show resolved Hide resolved
@JakeShirley JakeShirley merged commit 69cbd0c into dev Sep 9, 2023
2 of 3 checks passed
@JakeShirley JakeShirley deleted the jake/ci branch September 9, 2023 23:54
boscojwho pushed a commit to boscojwho/mlem that referenced this pull request Sep 16, 2023
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