Skip to content

Commit

Permalink
added metal chem macos test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Sharda authored and Piyush Sharda committed Aug 26, 2024
1 parent 0075392 commit 9f00a85
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/macos_build_cell_metal_chem.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: macos_burn_cell_metal_chem

on: [pull_request]
jobs:
burn_cell:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install dependencies
run: |
brew install cmake openmpi python3 || true
brew link --overwrite [email protected]
- name: Compile and run
run: |
mkdir build && cd build
cmake .. -DBUILD_UNIT_TEST_MC=true -DBUILD_AMReX=true
make -j2
ctest --output-on-failure

0 comments on commit 9f00a85

Please sign in to comment.