Skip to content

Merge branch 'master' of https://github.com/gabrielenava/DynaSoRS #3

Merge branch 'master' of https://github.com/gabrielenava/DynaSoRS

Merge branch 'master' of https://github.com/gabrielenava/DynaSoRS #3

Workflow file for this run

name: CI_DYNASORS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Configure and build
run: |
mkdir build
cd build
cmake ..
make