MRChemSoft / mrchem

MultiResolution Chemistry
GNU Lesser General Public License v3.0
29 stars 21 forks source link

Add build and test action #334

Closed robertodr closed 4 years ago

robertodr commented 4 years ago

So we test on macOS... This builds in release mode with OpenMP enabled and no architecture-specific flags. It gets Eigen, JSON library, XCFun, and MRCPP from conda-forge.

stigrj commented 4 years ago

This was way too easy to set up :wink:

robertodr commented 4 years ago

This was way too easy to set up

Indeed, just 3 commits...

codecov[bot] commented 4 years ago

Codecov Report

Merging #334 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #334   +/-   ##
=======================================
  Coverage   54.79%   54.79%           
=======================================
  Files         105      105           
  Lines        8412     8412           
=======================================
  Hits         4609     4609           
  Misses       3803     3803           

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 1fb69c4...a7c7d73. Read the comment docs.

robertodr commented 4 years ago

I'll add this to the checks required to pass for PRs