Skip to content

Rename LICENSE to UNLICENSE #25

Rename LICENSE to UNLICENSE

Rename LICENSE to UNLICENSE #25

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