Skip to content

Merge branch 'thoennes/update-lbmpy-135' into 'master' #304

Merge branch 'thoennes/update-lbmpy-135' into 'master'

Merge branch 'thoennes/update-lbmpy-135' into 'master' #304

Workflow file for this run

name: waLBerla Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: create build directory
run: mkdir build
- name: CMake
run: cmake -S . -B build -DWALBERLA_BUILD_WITH_MPI=OFF -DWALBERLA_BUILD_TESTS=ON -DWALBERLA_BUILD_WITH_OPENMP=ON
- name: make
run: cmake --build build -j 2
- name: ctest
run: cd build; ctest