Skip to content

CMakeLists.txt: Add grape.cpp to build #2

CMakeLists.txt: Add grape.cpp to build

CMakeLists.txt: Add grape.cpp to build #2

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build project
run: |
sudo apt-get install -y mpi-default-bin mpi-default-dev
cmake ./
make