Skip to content

removed CMake list, back to Makefile finally + workflow #17

removed CMake list, back to Makefile finally + workflow

removed CMake list, back to Makefile finally + workflow #17

Workflow file for this run

name: C/C++ Binary build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clean
run: make clean
- name: make (run)
run: make