Skip to content

Check if valgrind is operational #106

Check if valgrind is operational

Check if valgrind is operational #106

Workflow file for this run

name: vade
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt update && sudo apt install --quiet -y make gcc python3 bash valgrind nasm
- name: Build and test
run: bin/vade clean test