enhance CMake presets #9
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: bsd | |
| on: | |
| push: | |
| paths: | |
| - "**.c" | |
| - "**.cpp" | |
| - ".github/workflows/ci_bsd.yml" | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| name: FreeBSD Clang | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - name: Test in FreeBSD | |
| uses: vmactions/freebsd-vm@v1 | |
| with: | |
| prepare: pkg install -y cmake ninja | |
| run: cmake --workflow nofortran |