Skip to content

Increment version to 1.3.0 #15

Increment version to 1.3.0

Increment version to 1.3.0 #15

Workflow file for this run

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