Modernize codebase - use span instead of pointer for buffer #1311
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build with OpenFOAM v2512 | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'OpenFOAM*' | |
| paths-ignore: | |
| - 'docs/**' | |
| - 'tools/**' | |
| - 'CHANGELOG.md' | |
| - 'CONTRIBUTING.md' | |
| - 'README.md' | |
| pull_request: | |
| branches-ignore: | |
| - 'OpenFOAM*' | |
| paths-ignore: | |
| - 'docs/**' | |
| - 'tools/**' | |
| - 'CHANGELOG.md' | |
| - 'CONTRIBUTING.md' | |
| - 'README.md' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| container: precice/precice:nightly | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v6 | |
| - name: Set up OpenFOAM | |
| uses: gerlero/setup-openfoam@v1 | |
| with: | |
| openfoam-version: 2512 | |
| - name: Build OpenFOAM-preCICE adapter | |
| run: ./Allwmake |