Skip to content

Add github action to do CI checks against macOS #5439

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

Conversation

hannes-steffenhagen-diffblue
Copy link
Contributor

@hannes-steffenhagen-diffblue hannes-steffenhagen-diffblue commented Jul 31, 2020

As the title says. We already do check macOS on Travis but we're in the process of converting all our CI to Github Actions to make things easier for all of us.

Currently doesn't cache builds because I couldn't get ccache to work, this can be added in a later PR (note that tests take a lot longer than builds anyway so the caching doesn't save us a ton of time).

  • Each commit message has a non-empty body, explaining why the change was made.
  • Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@codecov
Copy link

codecov bot commented Jul 31, 2020

Codecov Report

Merging #5439 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #5439   +/-   ##
========================================
  Coverage    68.22%   68.22%           
========================================
  Files         1178     1178           
  Lines        97580    97580           
========================================
  Hits         66573    66573           
  Misses       31007    31007           
Flag Coverage Δ
#cproversmt2 42.79% <ø> (ø)
#regression 65.39% <ø> (ø)
#unit 32.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 666c2f0...c2ad0e6. Read the comment docs.

@hannes-steffenhagen-diffblue hannes-steffenhagen-diffblue force-pushed the CI/macos-10.15-github-action branch 3 times, most recently from 59da8e6 to 26ae068 Compare August 5, 2020 14:04
@hannes-steffenhagen-diffblue hannes-steffenhagen-diffblue marked this pull request as ready for review August 5, 2020 14:04
@@ -0,0 +1,35 @@
# This is a basic workflow to help you get started with Actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like a comment from the template that could be removed 🥤

pull_request:
branches: [ develop ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Copy link
Contributor

Choose a reason for hiding this comment

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

🥤

# we'll keep 5 times that around per OS
# to account for different versions/different
# flags
# Bump so CI runs again 2
Copy link
Contributor

Choose a reason for hiding this comment

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

What does this comment mean? (line 19)

Copy link
Contributor

@chrisr-diffblue chrisr-diffblue left a comment

Choose a reason for hiding this comment

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

LGTM

# we'll keep 5 times that around per OS
# to account for different versions/different
# flags
CCACHE_MAXSIZE: 500Mi
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess as you backed out the ccache attempts, this is not needed any longer?

@hannes-steffenhagen-diffblue hannes-steffenhagen-diffblue merged commit af5bc99 into diffblue:develop Aug 7, 2020
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.

4 participants