Skip to content

'gfc_xvt.c' (code to convert spherical harmonics coefficients to a C … #28

'gfc_xvt.c' (code to convert spherical harmonics coefficients to a C …

'gfc_xvt.c' (code to convert spherical harmonics coefficients to a C … #28

name: Build
on: [push, pull_request]
jobs:
buildUbuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make
run: make
buildOSX:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- name: make
run: |
echo > clock1
make CLANG=Y