Skip to content

use cmake and add workflows (#5) #1

use cmake and add workflows (#5)

use cmake and add workflows (#5) #1

Workflow file for this run

name: Build (Ubuntu)
on:
push:
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Build Project
uses: threeal/[email protected]