Skip to content

added b-plane plotting routines #101

added b-plane plotting routines

added b-plane plotting routines #101

Workflow file for this run

name: C++ tests
on:
push:
branches:
- main
- dev
jobs:
prop-only:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
submodules: true
- name: Build GRSS library
run: |
source initialize.sh --tm-overwrite
source build_cpp.sh -clean
- name: Run tests
run: |
cd tests/cpp/prop
./apophis.out
./didymos.out
./spk_map.out