Skip to content

NUNM simplified (#50) #172

NUNM simplified (#50)

NUNM simplified (#50) #172

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-22.04
container:
image: rootproject/root:6.26.06-ubuntu22.04
steps:
- name: Install git
run: apt-get update && apt-get install -y git
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: make
run: make
- name: make test
run: make test