Skip to content

core submodule update: fixed clang warning #2

core submodule update: fixed clang warning

core submodule update: fixed clang warning #2

name: test-macos-clang
on:
push:
branches: [ stable, develop ]
jobs:
build:
runs-on: macos-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: install_deps
run: |
brew install eigen
- name: run_tests
run: |
cd test/
chmod +x run_tests.sh
./run_tests.sh --compiler clang