Skip to content

Merge pull request #80 from lnls-fac/R-T-flags-flat-file #222

Merge pull request #80 from lnls-fac/R-T-flags-flat-file

Merge pull request #80 from lnls-fac/R-T-flags-flat-file #222

Workflow file for this run

on:
push:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y bear clang-format clang-tidy clang-tools libblas-dev libgsl-dev swig gcc g++ make python3 python3-pip
pip3 install numpy
- name: Build using make and generate compile commands
run: |
make clean
CONDA_PREFIX=/dummy-prefix PIP=pip3 PYTHON=python3 bear make -j$(nproc)
# - name: Build using make and generate compile commands
# run: |
# bash ./tools/static-analyser.sh