Skip to content

fix crash stopping & starting #34

fix crash stopping & starting

fix crash stopping & starting #34

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