Skip to content

change character length the same as other routines in GRASP2018 #156

change character length the same as other routines in GRASP2018

change character length the same as other routines in GRASP2018 #156

Workflow file for this run

name: Build with Make
# branches: '*' only matches "main" branches, i.e. ones without a /
# This ensures that we don't run CI multiple times on pull requests, since we expect all
# feature branches to be namespaced as <prefix>/<branch>.
on:
push:
branches: '*'
tags: '**'
pull_request:
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: "Install dependencies"
run: sudo apt-get install -y build-essential gfortran liblapack-dev libblas-dev openmpi-bin openmpi-common libopenmpi-dev
- name: Build GRASP
run: make
- name: Verify binaries
run: ./contrib/checkbin.sh