Skip to content

Create test_bindings.yml #1

Create test_bindings.yml

Create test_bindings.yml #1

Workflow file for this run

name: test-bindings
on:
push:
branches: [main, ci_workflow]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
fortran_bindings:
name: Test SPERR Fortran bindings on ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Clone SPERR repository
uses: GuillaumeFalourd/[email protected]
with:
depth: 1
branch: 'v.0.8.1'
owner: 'NCAR'
repository: 'SPERR'
- name: Access cloned repository content
run: |
echo "ROOT"
ls -la
echo "CLONED REPO"
cd SPERR
cmake -S . -B build -DBUILD_CLI_UTILITIES=OFF -DBUILD_UNIT_TESTS=OFF -DCMAKE_VERBOSE_MAKEFILE=ON
cmake --build build
cmake --install build