Add CI for builds #1

Manually merged
MichaelBradley merged 15 commits from actions into main 2025-02-23 13:32:04 -05:00
Showing only changes of commit f9c2ad3587 - Show all commits

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out the code
uses: action/checkout@v4
uses: actions/checkout@v4
- name: Set up the build environment
run: cmake .
- name: Compile the code