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 runs-on: ubuntu-22.04
steps: steps:
- name: Check out the code - name: Check out the code
uses: action/checkout@v4 uses: actions/checkout@v4
- name: Set up the build environment - name: Set up the build environment
run: cmake . run: cmake .
- name: Compile the code - name: Compile the code