Skip to content

code tested against clang, apple-clang compilers. Fixed segfault caus… #1

code tested against clang, apple-clang compilers. Fixed segfault caus…

code tested against clang, apple-clang compilers. Fixed segfault caus… #1

name: test-linux-clang
on:
push:
branches: [ stable, develop ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: alepalu/fdapde-docker-linux:latest
steps:
- name: checkout repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: run_tests
run: |
cd test/
export Eigen3_DIR=/usr/share/cmake/Modules # reguired to let eigen3 work with CMake in alpine
chmod +x run_tests.sh
./run_tests.sh --compiler clang