Skip to content

Merge pull request #12 from Norman44/patch-1 #24

Merge pull request #12 from Norman44/patch-1

Merge pull request #12 from Norman44/patch-1 #24

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: cmake
run: cmake .
- name: make
run: make
- name: cpack
run: cpack