Skip to content

Add macOS to GitHub Actions #50

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

Merged
merged 9 commits into from
Sep 18, 2021
Merged

Add macOS to GitHub Actions #50

merged 9 commits into from
Sep 18, 2021

Conversation

RMeli
Copy link
Owner

@RMeli RMeli commented Sep 17, 2021

No description provided.

@codecov
Copy link

codecov bot commented Sep 17, 2021

Codecov Report

Merging #50 (8fe3693) into master (6a0e708) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   98.02%   98.02%   -0.01%     
==========================================
  Files          21       21              
  Lines        2484     2584     +100     
==========================================
+ Hits         2435     2533      +98     
- Misses         49       51       +2     
Impacted Files Coverage Δ
include/libirc/atom.h 100.00% <0.00%> (ø)
src/test/irc_test.cpp 100.00% <0.00%> (ø)
src/test/linalg_test.cpp 100.00% <0.00%> (ø)
src/test/wilson_test.cpp 100.00% <0.00%> (ø)
src/test/connectivity_test.cpp 100.00% <0.00%> (ø)
src/test/periodic_table_test.cpp 100.00% <0.00%> (ø)
include/libirc/connectivity.h 96.73% <0.00%> (+0.07%) ⬆️
include/libirc/wilson.h 95.81% <0.00%> (+0.08%) ⬆️
include/libirc/irc.h 83.44% <0.00%> (+0.24%) ⬆️
include/libirc/transformation.h 97.05% <0.00%> (+1.40%) ⬆️

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 6a0e708...8fe3693. Read the comment docs.

@RMeli
Copy link
Owner Author

RMeli commented Sep 18, 2021

Eigen needs to be pinned to <3.4 for the time being (#51).


Installing an old formula with homebrew:

brew tap-new $USER/local-${{matrix.lamacos}}
brew extract --version ${{matrix.vmacos}} ${{matrix.lamacos}} $USER/local-${{matrix.lamacos}}
brew install $USER/local-${{matrix.lamacos}}/${{matrix.lamacos}}@${{matrix.vmacos}}

@RMeli RMeli merged commit 848c507 into master Sep 18, 2021
@RMeli RMeli deleted the cmake-action branch September 18, 2021 11:37
@RMeli RMeli self-assigned this Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant