Skip to content

issue #98: update merton/vasicek model implied rate curve analysis #76

issue #98: update merton/vasicek model implied rate curve analysis

issue #98: update merton/vasicek model implied rate curve analysis #76

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
id: checkout
- name: install pybind11
run: git clone https://github.com/pybind/pybind11.git
- name: configure
run: cmake -S ./ -B build
- name: build
run: cmake --build build
- name: test
run: ctest --test-dir ./build