Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop' into featu…
Browse files Browse the repository at this point in the history
…re/dnnd_custom_point_type
  • Loading branch information
Keita Iwabuchi committed May 31, 2024
2 parents 79da5c5 + 2416b64 commit 1f7b538
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci-build-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI Test

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install OpenMPI
run: sudo apt-get install openmpi-bin libopenmpi-dev
- name: Build w/o HDF5 w/ Metall
run: |
mkdir build && cd build
cmake ../ -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_CXX_COMPILER=g++-12 -DSALTATLAS_USE_HDF5=OFF -DSALTATLAS_USE_METALL=ON
make -j

0 comments on commit 1f7b538

Please sign in to comment.