Skip to content

Stable Atlas

Stable Atlas #17

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install valgrind
run: sudo apt-get install -y valgrind
# Run configure with high verbosity and valgrind on xconfig
- name: configure
run: |
mkdir build
cd build
../configure --cripple-atlas-performance -v 2 --valgrind