Skip to content

Fix holy compilation (centos7 eol) #131

Fix holy compilation (centos7 eol)

Fix holy compilation (centos7 eol) #131

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: cmake
run: mkdir build ; cd build ; cmake -DCMAKE_BUILD_TYPE=Release .. ; make ; cd ..