Skip to content

Initial Coupling Diffusive Mixing #480

Initial Coupling Diffusive Mixing

Initial Coupling Diffusive Mixing #480

Workflow file for this run

name: Ubuntu-build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
run: cmake --build ${{github.workspace}}/build